@extends('layouts.superadmin') @section('title','تعديل موعد ProActive') @section('page-title','✏️ تعديل موعد ProActive') @section('content')

تحديث بيانات الموعد

@csrf @method('PUT')
@if ($errors->any())
    @foreach($errors->all() as $e)
  • {{ $e }}
  • @endforeach
@endif
رجوع
@endsection