@extends('main') @if($seo !== NULL) @section('title', $seo->title) @section('description', $seo->description) @section('keywords', $seo->keywords) @section('author', $seo->author) @else @section('title', 'Fanadek Masr | من نحن') @endif @section('content')
@foreach ($abouts as $about) @if($loop->iteration % 2 == 0)

{{$about->title}}

{!!$about->text!!}
@else

{{$about->title}}

{!!$about->text!!}
@endif @endforeach
@endsection