الحقول التي تحمل علامة * إلزامية. يمكنك معاينة مفتاح الحقل الذي سيُنشأ تلقائياً.
@if($errors->any())
@foreach($errors->all() as $err)
{{ $err }}
@endforeach
@endif
@push('styles')
@endpush
@push('scripts')
@push('scripts')
@endpush
{{-- Inline fallback in case your layout forgets to render @stack('scripts') --}}
@endpush
@endsection