@stack('style');
@include('admin.layouts.header')
@include('admin.layouts.left_menu')
@yield('content')
@stack('script');