@extends('layout.app') @section('title') Create Product @endsection @push('css') @endpush @section('content')

Add New Product

@csrf
@error('image') {{$message}} @enderror
@endsection @push('scripts') @endpush