@extends('layouts.admin') @section('title', 'Tambah Testimonial') @section('content_header')

Tambah Testimonial

@stop @section('content')

Form Tambah Testimonial

@csrf
@error('name'){{ $message }}@enderror
@error('institution'){{ $message }}@enderror
@error('photo'){{ $message }}@enderror
@error('review'){{ $message }}@enderror
@error('rating'){{ $message }}@enderror
@stop @section('js') @stop @section('css') @stop