@extends('layouts.admin') @section('title', 'Brand | Mintavia Admin') @section('content')

Edit Store Products

@csrf @method('PATCH')
@foreach($products as $item) @endforeach
@foreach($saleTypes as $type) @endforeach
@endsection @section('js') @endsection