@extends('layout.app') @section('content') @php $customer_bill_payment = json_decode($settings[0]->email_body); $customer_bill_generated = json_decode($settings[1]->email_body); // dd($customer_bill_payment->sendemail); @endphp
From Bill Payment
Send Email?
sendemail == 'Yes') checked @endif value="Yes">
sendemail == 'No') checked @endif value="No">
Email Massage*
Type Text here
{{-- email_body }} field="{c_id} {c_username} {c_name} {PaymentAmount} {PaymentDiscount} {PaymentMethod} {TotalDue} {MoneyreciptNo} {TrxId} {payment_description} {company_name} {company_cell}" submit="customer_bill_payment_send_email_submit_btn" reset="customer_bill_payment_send_email_reset_btn" /> --}}
@php @endphp
From Bill Generated
Send Email?
sendemail == 'Yes') checked @endif value="Yes">
sendemail == 'No') checked @endif value="No">
Email Massage*
Type Text here
@endsection @section('ajax') @endsection