@extends('layout.admin') @section('styles') @endsection @section('content')

Email Template / Edit

{{csrf_field()}}
@if ($errors->has('title')) {{ $errors->first('title') }} @endif
@if ($errors->has('recipient_emails')) {{ $errors->first('recipient_emails') }} @endif
@if ($errors->has('admin_subject')) {{ $errors->first('admin_subject') }} @endif
@if ($errors->has('admin_message_body')) {{ $errors->first('admin_message_body') }} @endif
@if ($errors->has('user_subject')) {{ $errors->first('user_subject') }} @endif
@if ($errors->has('user_message_body')) {{ $errors->first('user_message_body') }} @endif
@if ($email->status == 0) @else @endif
@endsection @section('script') @endsection