@extends('admin.layouts.master') @section('content') Email @csrf Name @if ($errors->has('name')) {{ $errors->first('name') }} @endif Email @if ($errors->has('email')) {{ $errors->first('email') }} @endif Add @endsection @push('scripts') @endpush