@extends('admin.layouts.master') @section('content') Testimonials Update Testimonial @csrf @method('PUT') Image Choose File Name Title Rating rating === 1) value="1">1 rating === 2) value="2">2 rating === 3) value="3">3 rating === 4) value="4">4 rating === 5) value="5">5 Review {{ $testimonial->review }} Show at Home show_at_home === 0) value="0">No show_at_home === 1) value="1">Yes Status status === 1) value="1">Active status === 0) value="0">Inactive Update @endsection @push('scripts') @endpush