@lang('purchase.edit')
@if (session('message'))
{{ session('message') }}
@endif @if ($errors->any()) @foreach ($errors->all() as $error)
{{ $error }}
@endforeach @endif
@csrf @method('PUT')

@lang('purchase.products')
@foreach ($purchase->purchaseInvoicesDetails as $index => $detail)
@endforeach