@extends('admin.layout.master') @section('content')
@csrf
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
Cancel
@endsection