@if(session('ok'))
{{ session('ok') }}
@endif @if($errors->any())
Hata:
@endif @yield('content')