@include('partner.layouts.head')
@include('partner.layouts.header') @include('partner.layouts.sidebar')
@include('partner.layouts.settings') @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@yield('content')
@include('partner.layouts.footer') @include('partner.layouts.footer-script')