@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){{ $data->id }} | {{ $data->name }} | {{ $data->name_en }} | edit | @empty@endforelse |
---|