@yield('styles')
@section('header') @include('theme.layouts.partials.client-header') @show
@section('freelancer-sidebar') @include('theme.client.partials.sidebar') @show @yield('content')
@section('footer') @include('theme.layouts.partials.client-footer') @show @yield('scripts')