@extends('layouts.admin') @section('title', 'Edit Testimonial') @section('breadcrumb') @endsection @section('content')

Edit Testimonial

@csrf @method('PUT')

{{ $testimonial->user->name }} ({{ $testimonial->user->email }})

@endsection