@extends('backend.layout.main') @section('content')

{{__('db.Quotation List')}}

{!! Form::open(['route' => 'quotations.index', 'method' => 'get']) !!}
{!! Form::close() !!}
@if(in_array("quotes-add", $all_permission)) {{__('db.Add Quotation')}}  @endif
{{__('db.date')}} {{__('db.reference')}} {{__('db.Warehouse')}} {{__('db.Biller')}} {{__('db.customer')}} {{__('db.Supplier')}} {{__('db.Quotation Status')}} {{__('db.grand total')}} {{__('db.action')}}
{{__('db.Total')}}
@endsection @push('scripts')