@extends('admin::layouts.content') @section('page_title') {{-- {{ __('admin::app.cms.email-sms-template.index') }}--}} {{ __('Add/Edit Template') }} @stop @section('content')
@method('PUT')
@csrf()
@{{ errors.first('title') }}
@{{ errors.first('subject') }}
@{{ errors.first('sms_template') }}
@{{ errors.first('whatsapp_template') }}
@stop @push('scripts') @endpush