@extends('layout.main') @section('content') @if(session()->has('message'))
{!! session()->get('message') !!}
@endif @if(session()->has('not_permitted'))
{{ session()->get('not_permitted') }}
@endif
@foreach($lims_delivery_all as $key=>$delivery)
Fatal error: Uncaught Error: Class "DB" not found in /var/www/html/repo/invoicing-salepropos/resources/views/delivery/index.blade.php:26 Stack trace: #0 {main} thrown in /var/www/html/repo/invoicing-salepropos/resources/views/delivery/index.blade.php on line 26
{{trans('file.Delivery Reference')}} {{trans('file.Sale Reference')}} {{trans('file.customer')}} {{trans('file.Address')}} {{trans('file.Status')}} {{trans('file.action')}}