@extends('admin.layout.master') @section('content')

Create Category

@csrf
Name
@if ($errors->has('name'))
{{ $errors->first('name') }}
@endif
@endsection