@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 --}}
تعديل بيانات المالك - {{ $owner->name }}
@csrf @method('patch')
معلومات شخصية
معلومات التواصل
{{--
--}}
المرفقات
@foreach ($owner->files as $file) @endforeach
# اسم المرفق الملف المرفق حذف الملف
{{ $i }} {{ $file->file_name }} حذف {{-- --}}
Looks good!
الملاحظات
رجوع
{{-- Start show_file --}} {{-- End show_file --}} @endsection @section('js') {{-- add and remove file --}} {{-- add and remove file --}} {{-- Start get districts --}} {{-- get districts --}} {{-- Edit model data --}} {{-- Edit model data --}} {{-- Delete Data --}} {{-- Delete Data --}} @endsection