@extends('admin.layouts.master') @section('content')
Email

@csrf
@if ($errors->has('name'))
{{ $errors->first('name') }}
@endif
@if ($errors->has('email'))
{{ $errors->first('email') }}
@endif
@endsection @push('scripts') @endpush