@extends('admin.layouts.app') @section('page_tab_title' ,"Email Templates") @section('content')

Edit email template


@csrf
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('subject')) {{ $errors->first('subject') }} @endif
@if ($errors->has('body')) {{ $errors->first('body') }} @endif
Cancel
@endsection