@section('head') {{ $pagename == 'index' ? 'Home' : ucfirst($pagename) }} @include('components/top_contacts') @yield('top_contacts') @include('components/menu') @yield('menu') @endsection