@extends('layouts.master') @section('main-content') @section('page-css') @endsection
@can('quotations_edit') {{ __('translate.Edit_Quotation') }} @endcan {{ __('translate.Send_Email') }} {{ __('translate.Send_sms') }} {{ __('translate.Download_PDF') }} {{ __('translate.Print_Quotation') }} @can('quotations_delete') {{ __('translate.Delete_Quotation') }} @endcan
@endsection @section('page-js') @endsection