@php $default_setting = App\Models\DefaultSetting::first(); @endphp {{ env('APP_NAME') }} || @yield('title')
@yield('content')
@yield('script')