@extends('admin.layouts.master') @section('title',__($page_title)) @section('content')
@if($email_template->shortcodes) @foreach($email_template->shortcodes as $data => $key) @endforeach @endif
{{__('CODE')}} {{__('DESCRIPTION')}}
@php echo "{{". $data ."}}"  @endphp
{{ __($key) }}
@csrf
{{__('Status')}} * email_status) checked @endif>
@endsection