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

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

@endif
@endsection