63 |
64 |
65 |
66 |
67 |
68 |
69 | @if(session('message')) 70 |
71 |
72 | 73 |
74 |
75 | @endif 76 | @if($errors->count() > 0) 77 |
78 |
    79 | @foreach($errors->all() as $error) 80 |
  • {{ $error }}
  • 81 | @endforeach 82 |
83 |
84 | @endif 85 | @yield('content') 86 |
87 |
88 |
89 |
90 |
91 |