@extends('components.layouts.admin.admin-layout') @section('title', 'Edit Testimonials') @section('heading', 'Testimonial') @section('contents') @livewire('admin.edit-testimonial', ['id' => $id]) @endsection