@extends('website.includes.master') @section('title') Aboutus @endsection @section('content') Home About About Us About the company {{ $aboutus->heading }} {{ $aboutus->short_description }} {!! $aboutus->detail !!} @forelse($ourpartners as $ourpartner) @empty @endforelse @if($websitesetting->team==1) Our team members Meet Our Experts @forelse($ourteams as $ourteam) {{ $ourteam->name }} {{ $ourteam->designation }} @empty @endforelse @endif @endsection