) ? asset('storage/'.AppSettings::get('logo')): asset('assets/img/logo.png')}})
@if ($errors->any())
@foreach ($errors->all() as $error)
@endforeach
@endif
@yield('content')