@extends('layouts.admin') @section('content')

{{ __('Edit Testimonial') }}

@include('includes.admin.form-error')
@csrf @method('PUT')

{{ __('Name') }} *

{{ __('Designation') }} *

{{ __('Rating') }} *

{{ __('Current Photo') }}

{{ __('Change Photo') }}

{{ __('Message') }} *

@endsection