{{-- fancybox --}} {{-- datatable --}} {{-- mylinks --}} @yield('link') @yield('title')
@if(Session::has('message'))
{{ Session::get('message') }} @if ($errors->any())
    @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@endif
@yield('body')
{{-- ckeditor --}} {{-- bootstrap --}} {{-- datable --}} {{-- fancubox --}} {{-- my scripts --}} @yield('script')