@extends('dashboard.layouts.master') @section('css') @section('title') المشرفين @stop @endsection @section('content')
@if ($errors->any())
@endif @if (session()->has('Add')) @endif @if (session()->has('edit')) @endif @if (session()->has('delete')) @endif {{-- @admin('المشرف العام للنظام') @include('dashboard/layouts.statistics') @endadmin --}}
تعديل بيانات المالك - {{ $supervisor->name }}
@csrf @method('patch')
@endsection @section('js') @endsection