@extends('layouts.master') @section('css') @section('title') {{ __('home.confirm_delivery') }}@stop @endsection @section('page-header')
@endsection @section('content') @if (session()->has('foundinvoice')) @endif @if ($errors->any())
@endif @if (session()->has('notfountreturnproduct')) @endif
{{ csrf_field() }}



@if (isset($data['products']))

{{ __('home.Notacceptedyet') }}

@foreach ($data['products'] as $product)
Warning: Undefined variable $product in /home/ebdea/public_html/atlas.ebdea.online/resources/views/products/confirm_delivery_another_branch.blade.php on line 152

Warning: Attempt to read property "invoice_id" on null in /home/ebdea/public_html/atlas.ebdea.online/resources/views/products/confirm_delivery_another_branch.blade.php on line 152
@endforeach
# {{ __('home.productNo') }} {{ __('home.product') }} {{ __('home.quantity') }} {{ __('home.Location') }}
{{ $i }} {{ $product->productData->Product_Code }} {{ $product->productData->product_name }} {{ $product->quantity }} {{ $product->productData->Product_Location }}


{{ csrf_field() }}

@endif
@endsection @section('js') @endsection