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