@stack('plugin-styles') @if (session()->get('lang') == 'en') @else @endif @include('include.sidebar')
@include('include.header')
@if (Session::has('error')) @endif @if (Session::has('success')) @endif @yield('content')
@include('include.footer')
@include('include.scripts')