@extends('layout.main') @section('title', 'Tambah Produk') @section('content')
@csrf
{{-- Upload Photo --}}
@error('image')
{{ $message }}
@enderror
{{-- Right Side Inputs --}}
Back Add Product
@endsection