@extends('admin.layouts.app')
@section('panel')
| @lang('Country') |
@lang('Currency') |
@lang('Status') |
@lang('Action') |
@forelse($countries as $country)
{{ __($country->name) }}
{{ $country->iso_name }}
|
{{ __($country->currency_name) }}
|
|
@lang('Gift Card')
|
@empty
@endforelse
@if ($countries->hasPages())
{{ paginateLinks($countries) }}
@endif
@endsection
@push('breadcrumb-plugins')
@endpush
@push('style')
@endpush