@extends('cms::layouts.master') @section('content') Name * {{ validationError($errors->get('name')) }} username* {{ validationError($errors->get('username')) }} email* {{ validationError($errors->get('email')) }} mobile {{ validationError($errors->get('mobile')) }} password {{ validationError($errors->get('password')) }} Cancel Save @endsection