@extends('cms::layouts.master', ['ckeditor' => true]) @section('title', 'Add New Country') @section('content') Name * {{ validationError($errors->get('name')) }} Flag * {{ validationError($errors->get('flag')) }} Display Order {{ validationError($errors->get('display_order')) }} Content {{ old('content') }} {{ validationError($errors->get('content')) }} Cancel Save @endsection