@extends('layouts.admin') @section('title', $testimonial ? 'Edit Testimoni' : 'Tambah Testimoni') @push('breadcrumb') @endpush @section('content')
@csrf @if($testimonial) @method('PUT') @endif
{{ $testimonial ? 'Edit Testimoni' : 'Testimoni Baru' }}
@endsection