Form Testimoni
Informasi
@if ($errors->has('name'))
{{ $errors->first('name') }}
@endif
@if ($errors->has('occupation'))
{{ $errors->first('occupation') }}
@endif
@if ($errors->has('photo'))
{{ $errors->first('photo') }}
@endif
@if ($errors->has('testimony'))
{{ $errors->first('testimony') }}
@endif