@if(Session::has('message')) @php $message = Session::get('message') @endphp
× {{ $message['message'] }}
@endif @if($errors->any())
@endif