extends('layouts.app') @section('content')
Edit sendmail
@csrf @method("PUT")
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('description')) {{ $errors->first('description') }} @endif
@endsection