@if ($message = Session::get('success'))
{!! $message !!}
@endif @if ($errors->any())
Oh snap!
@foreach ($errors->all() as $error) {{ $error }}
@endforeach
@endif
@csrf
@if (isset($settings[0]->logo))
@endif
@if (isset($settings[0]->favicon))
@endif