@extends('layout.main') @section('content') @if(session()->has('message'))
{!! session()->get('message') !!}
@endif @if(session()->has('not_permitted'))
{{ session()->get('not_permitted') }}
@endif
@if(in_array("purchase-return-add", $all_permission)) {{trans('file.Add Return')}} @endif
@foreach($lims_return_all as $key=>$return)
Warning: Undefined variable $return in /var/www/html/repo/invoicing-salepropos/resources/views/return_purchase/index.blade.php on line 32

Warning: Attempt to read property "supplier" on null in /var/www/html/repo/invoicing-salepropos/resources/views/return_purchase/index.blade.php on line 32

Fatal error: Uncaught Error: Class "App\Supplier" not found in /var/www/html/repo/invoicing-salepropos/resources/views/return_purchase/index.blade.php:34 Stack trace: #0 {main} thrown in /var/www/html/repo/invoicing-salepropos/resources/views/return_purchase/index.blade.php on line 34
{{trans('file.Date')}} {{trans('file.reference')}} {{trans('file.Warehouse')}} {{trans('file.Supplier')}} {{trans('file.Account')}} {{trans('file.grand total')}} {{trans('file.action')}}