@extends('Layouts.adminLayout') @section('title') {{__('Insert Email')}} @endsection @section('breadcrumb')
@endsection @section('content')
{{__('Insert Email')}}
@CSRF
@if ($errors->has('email')) @endif
@if ($errors->has('subject')) @endif
@if ($errors->has('message'))
{{ $errors->first('message') }}
@endif
@endsection