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