@extends('layouts.buraq-admin') @section('content')

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

@csrf @if($product->exists) @method('PUT') @endif @foreach(['name'=>'Name','slug'=>'Slug','image'=>'Image path','regular_price'=>'Regular price','offer_price'=>'Offer price','stock'=>'Stock'] as $k=>$label)@endforeach
@endsection