@extends('layouts.admin') @section('title', 'Quotation | Mintavia Admin') @section('content')

Quotation List

{!! $dataTable->table() !!}
@endsection @section('plugins.Toastr', true) @section('js') {{$dataTable->scripts()}} @if (session('invoice_saved') && session('invoice_id')) @endif @endsection