@include('livewire.admin.taxonomies.project-location.update')

{{ __('project_location.text') }}

@if(!empty($locations) && $locations->count() > 0) @foreach($locations as $single) @endforeach
{{ __('project_location.id') }} {{ __('project_location.name') }} {{__('general.status')}} {{__('general.actions')}}
{{$single->id}} {!! $single->name !!} {{ $single->status }}
@else @include('admin.no-record') @endif
@push('scripts') @endpush