Location Based Projects
@php $projects = App\Models\LocationBasedProject::where('location_id',$obj->id)->get(); @endphp
@foreach($projects as $project) @include('admin.location-specific-pages._partials.location_based_projects.table_row', ['item'=>$project]) @endforeach
Project Name Priority Edit Delete