@extends('admin.layouts.master') @section('title') Create Product's Category @endsection @section('content')

Product's Category Create

@csrf
@include('errors')
@endsection @section('scripts') @endsection