@extends('cms::layouts.master', ['ckeditor' => true]) @section('title', 'Update Country') @section('content')
{{ validationError($errors->get('name')) }}
@if ($country->feature_image && file_exists(public_path('uploads/countries/'.$country->feature_image))) @else @endif
{{ validationError($errors->get('flag')) }}
{{ validationError($errors->get('display_order')) }}
{{ validationError($errors->get('content')) }}
Cancel
@endsection