@extends('layouts.admin') @section('content')

{{__('Add 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
@saveWithAnotherButton
@endsection