@extends('frontend.layouts.app') @section('title') About Us - {{ config('app.name') }} @endsection @section('content') {{-- About Us --}} @foreach ($about as $index => $abt) @if ($index % 2 == 0) {{-- --}} {{ $abt->name }} {!! $abt->description !!} @else {{ $abt->name }} {{-- We do not buy from the open market & traders. --}} {!! $abt->description !!} @endif @endforeach {{-- Our Team Member Bruce Sutton CEO - Founder Facebook Twitter Instagram Youtube Ellen Thornton Spa Manager Facebook Twitter Instagram Youtube Milton Marsh Products Manager Facebook Twitter Instagram Youtube Jackly Smith Senior Maneger Facebook Twitter Instagram Youtube --}} @endsection
{!! $abt->description !!}