@extends('layouts.app') @section('title', 'Quotation') @section('content')

Quotation{{ $quotation ? " : ".$quotation->quotation_no : "" }}

@if( isset($quotation) )
@endif
@include('quotation.quotation-form')
@endsection @push('js') @endpush