@extends('layouts.user') {{-- Web site Title --}} @section('title') {{ $title }} @stop {{-- Content --}} @section('content')
@if(session('success_message'))
{{session('success_message')}}
@endif @if(session('quotation_rejected'))
{{session('quotation_rejected')}}
@endif

assignment {{ $title }}

{{-- --}} {{-- --}}
{{ trans('quotation.quotations_number') }} {{ trans('quotation.agent_name') }}{{ trans('salesteam.salesteam') }}{{ trans('salesteam.main_staff') }}{{ trans('quotation.total') }} {{ trans('quotation.date') }} {{ trans('quotation.exp_date') }} {{ trans('quotation.payment_term') }} {{ trans('quotation.status') }} {{ trans('quotation.expired') }} {{ trans('table.actions') }}
@stop {{-- Scripts --}} @section('scripts') @stop