@extends('website.includes.master') @section('title') Aboutus @endsection @section('content')

About the company

{{ $aboutus->heading }}

{{ $aboutus->short_description }}

{!! $aboutus->detail !!}
@if($websitesetting->team==1)

Our team members

Meet Our Experts

@forelse($ourteams as $ourteam)
{{ $ourteam->name }}

{{ $ourteam->name }}

{{ $ourteam->designation }}

@empty @endforelse
@endif @endsection