@yield('css')
@if(auth('admin')->check())
Remove Cache
@csrf
Settings
Manage Profile
Change Password
Logout
@csrf
@include("admin.layouts.navigation")
{!! $title !!}
@yield('content')
@else
@yield('content')
Design by
{!! config('app.name')!!}
@endif @include("admin.layouts.js")