{{--All css link will be added here--}} @include('admin.template.partials.upper-link')
{{--Header--}} @include('admin.template.partials.header') @if(!__('generic.order_process_url')) @include('admin.template.partials.aside') @endif {{--Main content will go here--}}
@if(Session::has('error'))
{!! Session('error') !!}
@endif @yield('title') @yield('main-content')
{{--Footer, Copyright--}} @include('admin.template.partials.footer') @include('admin.template.partials.control-sidebar')
@include('admin.template.partials.lower-link')