@extends('layouts.master') @section('main-content') @section('page-css') @endsection
{{-- Notification Client --}}

{{ __('translate.Notification_Client') }}

{{-- Sell Tab--}}
{{ __('translate.Available_Tags') }} :

{contact_name},{business_name},{invoice_number},{invoice_url},{total_amount},{paid_amount},{due_amount}


{{-- quotation_tab --}}
{{ __('translate.Available_Tags') }} :

{contact_name},{business_name},{quotation_number},{quotation_url},{total_amount}


{{-- payment_received tab --}}
{{ __('translate.Available_Tags') }} :

{contact_name},{business_name},{payment_number},{paid_amount}


{{-- Notification Supplier --}}

{{ __('translate.Notification_Supplier') }}

{{ __('translate.Available_Tags') }} :

{contact_name},{business_name},{invoice_number},{invoice_url},{total_amount},{paid_amount},{due_amount}


{{ __('translate.Available_Tags') }} :

{contact_name},{business_name},{payment_number},{paid_amount}


@endsection @section('page-js') @endsection