@stack('styles')
@php $route = Str::of(Route::currentRouteName())->explode('.'); $controller = $route['0']; $action = @$route['1']; @endphp
@include('layouts.frontend.navbar')
@yield('content')
@if(session()->has('success')) @endif @if(session()->has('error')) @endif @stack('scripts')