@extends('frontend.layouts.app') @section('title') About Us - {{ config('app.name') }} @endsection @section('content')
@foreach ($about as $index => $abt) @if ($index % 2 == 0)
about-thumb
{{-- --}}

{{ $abt->name }}

{!! $abt->description !!}

@else

{{ $abt->name }}

{{--

We do not buy from the open market & traders.

--}}

{!! $abt->description !!}

about-thumb
@endif @endforeach
{{--

Our Team Member

--}} @endsection