@extends('admin::layouts.admin') @section('title', isset($testimonial) ? 'Edit Testimonial' : 'Tambah Testimonial') @section('content')
{{-- Page Header --}}

{{ isset($testimonial) ? 'Edit Testimonial' : 'Tambah Testimonial' }}

Batal
{{-- Form Card --}}
@csrf @if(isset($testimonial)) @method('PUT') @endif {{-- Data Testimonial Section --}}
{{-- Avatar --}}

Drag and drop avatar here, or click add image

JPG, PNG maksimal 1MB

Avatar
{{-- Nama dan Posisi Row --}}
{{-- Content --}}
{{-- Rating dan Order Row --}}
{{-- Status --}}
is_active ?? true) ? 'checked' : '' }}>
@endsection