@extends('admin.layouts.master') @section('css') @include('admin.helper.tablecss') @endsection @section('page-header') @endsection @section('content')
@if (session('status'))
{{ session('status') }}
@endif @if (session('error'))
{{ session('error') }}
@endif @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
رجوع
ملاحظات
  • يتم قبول الطلب مباشرة بعد الرفع.
  • يظهر في القائمة اسم المستخدم والبريد.
  • مسموح صور فقط.
@endsection @section('js') @include('admin.helper.tablescripts') @endsection