@php
$className = (isset($class) && !empty($class)) ? ' '.$class : '';
@endphp
@if ($errors->any())
@foreach ($errors->toArray() as $type => $error)
-
{!! $error[0] ?? '' !!}
@endforeach
@endif
@if(session()->has('unknown_error'))
- {{ session()->pull('unknown_error') }}
@endif