@extends('layouts.Admin.master') @section('title') Advance Tables @endsection @section('css') @endsection @section('page-title') استخدام العقار @endsection @section('body') @endsection @section('content')

عرض

@forelse ($PropertyUse as $data) @empty @endforelse
# اسم الاستخدام عربي اسم الاستخدام انجليزي العمليات
{{ $data->id }} {{ $data->name }} {{ $data->name_en }} edit
@endsection @section('scripts') @endsection