@extends('layouts.master') @section('content') @section('title', 'About Us') @foreach ($page_content as $key=>$item) @if( $layouts->attachment ) @if($lang == 'english')
@else
@endif @else
@endif
@if($lang == 'english')

{{$key}}

@else

{{$key}}

@endif
@include('layouts.breadcrumbs')
@foreach ($item as $content) @if(!$content->attachment)

@if($lang == 'english') {{ $content->english_title }} @else {{ $content->urdu_title }} @endif

@if($lang == 'english') {!! $content->english_content !!} @else {!! $content->urdu_content !!} @endif

@else
@if($loop->index % 2 != 0)

@if($lang == 'english') {{$content->english_title}} @else {{$content->urdu_title}} @endif

@if($lang == 'english') {!! $content->english_content !!} @else {!! $content->urdu_content !!} @endif

@if($lang == 'english')
@else
@endif
@else
@if($lang == 'english')
@else
@endif

@if($lang == 'english') {{ $content->english_title }} @else {{ $content->urdu_title }} @endif

@if($lang == 'english') {!! $content->english_content !!} @else {!! $content->urdu_content !!} @endif

@endif
@endif @endforeach
@endforeach

Our Clients

@endsection