@php($active = 'active')
@if(!empty($data['get_exisiting_template']) && $data['get_exisiting_template'] != null)
@foreach($data['get_exisiting_template'] as $each_template)
@php($type = $each_template->title)
@php($body = $each_template->email_body)
@php($id = $each_template->id)
You have used 0 of 4000 characters.
@php($active = '')
@if(isset($type))
@endif
@endforeach
@endif