@extends('layouts.admin') @section('page-title') Edit Product @endsection @section('content')
@csrf @method('PUT')
@error('category_id') {{ $message }} @enderror
Cancel
@endsection @push('custom-js-scripts') @endpush