@extends('admin::layouts.master')
@section('title', __('admin/region.index'))
@section('content')
| ID |
{{ __('admin/region.name') }} |
{{ __('admin/region.describe') }} |
{{ __('common.created_at') }} |
{{ __('common.updated_at') }} |
{{ __('common.action') }} |
| @{{ tax.id }} |
@{{ tax.name }} |
@{{ stringLengthInte(tax.description) }} |
@{{ tax.created_at }} |
@{{ tax.updated_at }} |
|
|
|
| {{ __('admin/region.country') }} |
{{ __('admin/region.zone') }} |
|
|
{countryChange(e, index)}">
|
|
|
{{ __('common.add') }}
{{ __('common.save') }}
{{ __('common.cancel') }}
@endsection
@push('footer')
@endpush