@extends('dashboard.layouts.master') @section('css') @section('title') العقود @stop @endsection @section('content')
{{-- @admin('المشرف العام للنظام') @include('dashboard/layouts.statistics') @endadmin --}}
تعديل بيانات العقد - {{ $contract->contract_number }}
@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')
{{-- Start show_file --}} {{-- End show_file --}} @endsection @section('js') {{-- Show model data --}} {{-- Show model data --}} {{-- Delete Data --}} {{-- Delete Data --}} {{-- add and remove file --}} {{-- add and remove file --}} {{-- Start get getRealEstateUnits --}} {{-- get getRealEstateUnits --}} @endsection