@extends('setting.layouts.layout') @section('title',trans('country_setting.title')) @section('script_css') @endsection @section('script_buttom') @endsection @section('buttons') @endsection @section('content')

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

@include('components.validationErrorMessage') {!! csrf_field() !!}

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

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

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

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

@endsection