@extends('backend.master') @section('title') {{ @$data['title'] }} @endsection @section('content')
{{-- bradecrumb Area S t a r t --}} {{-- bradecrumb Area E n d --}}
@error('country_id')
{{ $message }}
@enderror
{{-- --}} @forelse ($data['states'] as $key => $row) {{-- --}} @empty @endforelse
{{ _trans('landlord.SR No.') }}{{ _trans('landlord.Code') }}{{ _trans('landlord.Name') }} {{ _trans('landlord.Country') }} {{ _trans('landlord.Code') }} {{ _trans('landlord.Status') }} {{ _trans('landlord.Action') }}
{{ ++$key }}{{ $row->code }}{{ $row->name }} {{ $row->country->name }} {{ $row->iso2 }} @if ($row->status == App\Enums\Status::ACTIVE) {{ _trans('landlord.active') }} @else {{ _trans('landlord.inactive') }} @endif

{{ _trans('landlord.No data available') }}

{{ _trans('landlord.Please add new entity regarding this table') }}

@endsection @push('script') @include('backend.partials.delete-ajax') @endpush