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