@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 |
From | Bill Generated | |
Send Email? |
sendemail == 'Yes') checked @endif value="Yes">
sendemail == 'No') checked @endif value="No">
|
|
Email Massage* Type Text here |