@extends('layouts.site') @section('content')
@if(isset($testimonial))
@endif
@csrf
@error('email') @enderror
@error('password') @enderror
@error('password_confirmation') @enderror
@endsection