@php $path = explode('/', Request::path()); @endphp {{ config('app.name') . ' | ' . $module }} @yield('style')
@include('layouts.aside')
@include('layouts.header')
@yield('button')
@yield('content')
@include('layouts.footer')
@yield('side-form') {{-- --}} {{-- --}} {{-- --}} @yield('script')