@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("transfers-add", $all_permission)) {{trans('file.add')}} {{trans('file.Transfer')}} {{trans('file.import')}} {{trans('file.Transfer')}} @endif
@foreach($lims_transfer_all as $key=>$transfer)
Warning: Undefined variable $transfer in /var/www/html/repo/invoicing-salepropos/resources/views/transfer/index.blade.php on line 35

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

Warning: Undefined variable $transfer in /var/www/html/repo/invoicing-salepropos/resources/views/transfer/index.blade.php on line 37

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

Warning: Undefined variable $transfer in /var/www/html/repo/invoicing-salepropos/resources/views/transfer/index.blade.php on line 39

Warning: Attempt to read property "status" on null in /var/www/html/repo/invoicing-salepropos/resources/views/transfer/index.blade.php on line 39
@if($transfer->status == 1) @elseif($transfer->status == 2) @else @endif @endforeach
{{trans('file.Date')}} {{trans('file.reference')}} No {{trans('file.Warehouse')}}({{trans('file.From')}}) {{trans('file.Warehouse')}}({{trans('file.To')}}) {{trans('file.product')}} {{trans('file.Cost')}} {{trans('file.product')}} {{trans('file.Tax')}} {{trans('file.grand total')}} {{trans("file.Status")}} {{trans('file.action')}}
{{trans('file.Total')}}