@include('layouts.partials.header')

{{ $page_heading }}

@yield('content')
@include('layouts.partials.footer')