@extends('layouts.admin', ['heading' => $product->exists ? 'Edit Product' : 'Add Product']) @section('content')
@csrf @if($product->exists) @method('PATCH') @endif
@endsection