@include('layouts.header') @include('layouts.sidebar')
@yield('index') @yield('about') @yield('service') @yield('contact') @include('layouts.footer')