@extends("backend.layouts.app") @section("title") Edit Testimonial @endsection @section("breadcrumbs") Testimonials Edit @endsection @section("content") Edit Testimonial Back to List @csrf @method('PATCH') Image @if($testimonial->image) Current Image: @endif {{ $testimonial->image ? 'Change Image' : 'Upload Image' }} New Image: Remove @if($errors->has('image')) {{ $errors->first('image') }} @endif Name * @if($errors->has('name')) {{ $errors->first('name') }} @endif Description * {{ old('description', $testimonial->description) }} @if($errors->has('description')) {{ $errors->first('description') }} @endif Rating * stars) == 5 ? 'checked' : '' }}> stars) == 4 ? 'checked' : '' }}> stars) == 3 ? 'checked' : '' }}> stars) == 2 ? 'checked' : '' }}> stars) == 1 ? 'checked' : '' }}> @if($errors->has('stars')) {{ $errors->first('stars') }} @endif Cancel Update Testimonial @endsection
Current Image:
New Image: