@extends('layouts.app')@section('content')
@csrf @if($product->exists)@method('PUT')@endif

{{$product->exists?'Edit':'Add'}} Product

@foreach(['name','slug','diamond_amount','price','sale_price','provider_sku'] as $f)@endforeach
@endsection