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

Product's Category Edit

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