@extends('layouts.admin') @section('title', 'Create Category') @section('content-header', 'Create Category') @section('content')
@csrf
Valid.
Please fill out this field.
@endsection @section('js') @endsection