@extends('layouts.app') @section('content')
المنتجعات
@if (auth()->user()->can('tblPropertyResorts.create')) @endif
@include('tbl_property_resorts.filter')
@include('flash::message')
@include('tbl_property_resorts.table')
@endsection