@extends('layout') @section('title') Category @endsection @section('content')

New Category

@include('flash-message')

New Category

@csrf
@endsection @section('script') @endsection