@extends('layouts.app') @section('title', __('sale.quotation.list')) @section('css') @endsection @section('content')
{{ __('sale.quotation.list') }}
@can('sale.quotation.create') @endcan
{{-- CSRF Protection --}} @csrf @method('POST')
{{ __('sale.quotation.code') }} {{ __('app.date') }} {{ __('customer.customer') }} {{ __('app.total') }} {{ __('app.status') }} {{ __('app.created_by') }} {{ __('app.created_at') }} {{ __('app.action') }}
@include("modals.email.send") @include("modals.sms.send") @include("modals.status-history.view", ['history_of' => 'quotation' ]) @endsection @section('js') @endsection