@extends('admin.layout') @section('content')
@csrf
{{ __('Mail To Admin') }}
@if ($errors->has('to_mail'))

{{ $errors->first('to_mail') }}

@endif
@endsection