@include('layouts.header')
@include('layouts.sidebar')

Quotation

@if (session('success')) @endif @if (session('delete')) @endif

Quotaton List

@php $no = '1'; @endphp @foreach ($quotations as $quotation) @php $no++; @endphp @endforeach
No. Quotation No. Customer Name Quotation Date Total Tools Action
{{ $no }} {{ $quotation->quote_no }} {{ $quotation->customer_name }} {{ $quotation->quote_date }} {{ $quotation->total }} Change Invoice
{{-- --}}