@extends('setting.layouts.layout') @section('title',trans('country_setting.title')) @section('script_css') @endsection @section('script_buttom') @endsection @section('buttons') @endsection @section('content') @inject('CommonPresenter','App\Presenter\CommonPresenter')
@include('components.validationErrorMessage') {!! csrf_field() !!}

{{ trans('country_setting.title') }}

 {{ trans('country_setting.create_country') }}

{{ trans('country_setting.country_id') }}

{{ trans('country_setting.country_chinese_name') }}

{{ trans('country_setting.country_english_name') }}

{{ trans('common.search_result') }}

{{ trans('country_setting.country_id') }}

{{ trans('country_setting.country_chinese_name') }}

{{ trans('country_setting.country_english_name') }}

{{ trans('common.action') }}

@foreach($dataList as $list)

{!! $CommonPresenter -> getShortenText($list -> country_id) !!}

{!! $CommonPresenter -> getShortenText($list -> country_chinese_name) !!}

{!! $CommonPresenter -> getShortenText($list -> country_english_name) !!}

@if(session('ACTION_UPDATE') == 'ENABLED') @endif @if(session('ACTION_DELETE') == 'ENABLED') @endif

@endforeach

Page

of {{ $dataList -> lastPage() }}

@endsection