@extends('layouts.app') @section('title') Update Template @stop @section('breadcrumb') @stop @section('css') @endsection @section('content')
@if ($errors->any())

Errors

    {!! implode('', $errors->all('
  • :message
  • ')) !!}
@endif

Update Template

Update the information


{{--

Add Detail

--}} {{--
--}}
@csrf
@php $val =''; if($email_sms_detail->content_type == \App\EmailSms::content_type_email) { $val = "Email"; } else if($email_sms_detail->content_type == \App\EmailSms::content_type_sms) { $val = "Sms"; } @endphp
{{-- --}}
@if ($errors->has('content')) {{ $errors->first('content') }} @endif

Note*: Please drag and drop placeholders on the places in Content where you want to show them

Customer Name
Received Amount
Unit Number
Remaining Balance
Membership Number
@if ($errors->has('status')) {{ $errors->first('status') }} @endif
@stop @section('js') @stop