@extends('dashboard.dashboard') @section('title',ucfirst('Depoimento')) @section('main') @section('page','testimonial')
@php @endphp

Depoimentos

Os campos com (*) são de caráter obrigatório
@csrf @method('put')
@foreach($errors->get('name') as $error) @endforeach
@foreach($errors->get('course') as $error) @endforeach
@if($errors->has('text'))
    @foreach($errors->get('text') as $error)
  • {{ $error }}
  • @endforeach
@endif
@endsection