@extends('backend.master') @section('title') {{ @$data['title'] }} @endsection @section('content')
{{-- bradecrumb Area S t a r t --}} {{-- bradecrumb Area E n d --}}
{{--

{{ _trans('landlord.countries') }}

@if (hasPermission('category_create')) {{ _trans('landlord.add') }} @endif
--}}
{{-- --}} {{-- @if (hasPermission('category_update') || hasPermission('category_delete')) @endif --}} @forelse ($data['countries'] as $key => $row) {{-- --}} {{-- @if (hasPermission('category_update') || hasPermission('category_delete')) @endif --}} @empty @endforelse
{{ _trans('landlord.SR No.') }}{{ _trans('landlord.Code') }}{{ _trans('landlord.Name') }} {{ _trans('landlord.Currency') }} {{ _trans('landlord.Currency Symbol') }} {{ _trans('landlord.Currency Name') }} {{ _trans('landlord.Status') }}{{ _trans('landlord.Action') }}
{{ ++$key }}{{ $row->code }}{{ $row->name }} {{ $row->currency }} {{ $row->currency_symbol }} {{ $row->currency_name }} @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