@extends('layouts.main')
@section('title')
Manage Quotations
@endsection
@section('content')
Manage Quotations
ID |
RFQ # |
Customer Name |
Customer Phone |
Total |
Date |
Actions |
ID |
RFQ # |
Customer Name |
Customer Phone |
Total |
Date |
Actions |
@include('quotations.new')
@include('quotations.item-list')
@include('quotations.print')
@include('quotations.sale')
@include('quotations.edit')
@include('common.delete-confirm', ['subject' => 'Quotation', 'route' => route('quotations-delete')])
@endsection
@section('extraJS')
@endsection