@extends('cms::layouts.master') @section('content') Name * {{ validationError($errors->get('name')) }} Code {{ validationError($errors->get('code')) }} Description {{ old('description') }} Cancel Save @endsection