@extends('layouts.admin') @section('title', $product->exists ? 'Edit Produk' : 'Produk Baru') @section('page-title', $product->exists ? 'Edit Produk' : 'Tambah Produk') @section('content')
@csrf @if($product->exists) @method('PUT') @endif
Batal
@endsection