@php $page_title="All about Infix School management system; School management software"; @endphp @extends('frontEnd.home.front_master') @push('css') @endpush @section('main_content') @if($about)
@endif
@if($history)

{{@$history->first()->category->category_name}}

@foreach($history as $value)

{{$value->news_title}}

{!! $value->news_body !!}

@endforeach
@endif @if($about)

{{$about->main_title}}

{{$about->main_description}}

@endif

{{@$mission->first()->category->category_name}}

@foreach($mission as $value)

{{$value->news_title}}

{!! $value->news_body !!}

@endforeach
@endsection