@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("quotes-add", $all_permission)) {{trans('file.Add Quotation')}} @endif
@foreach($lims_quotation_all as $key=>$quotation)
Warning: Undefined variable $quotation in /var/www/html/repo/invoicing-salepropos/resources/views/quotation/index.blade.php on line 33

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

Fatal error: Uncaught Error: Call to undefined function trans() in /var/www/html/repo/invoicing-salepropos/resources/views/quotation/index.blade.php:36 Stack trace: #0 {main} thrown in /var/www/html/repo/invoicing-salepropos/resources/views/quotation/index.blade.php on line 36
{{trans('file.Date')}} {{trans('file.reference')}} {{trans('file.Biller')}} {{trans('file.customer')}} {{trans('file.Supplier')}} {{trans('file.Quotation Status')}} {{trans('file.grand total')}} {{trans('file.action')}}