@extends('frontend.master') @section('content')

{{$aboutus[0]->title}}

@php echo $aboutus[0]->description; @endphp

@endsection()