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

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

@endif
@endsection