@extends('layouts.admin.master') @section('title') {{ __('testimonial') }} @endsection @push('css') @endpush @section('content') @component('components.breadcrumb') @slot('breadcrumb_title')

@endslot @endcomponent
{{ __('master.data') }}
@csrf @method('PUT')
{{ __('validation.valid_feedback') }}
{{ __('validation.invalid_feedback') }}
{{ __('validation.valid_feedback') }}
{{ __('validation.invalid_feedback') }}
@endsection @push('scripts') @endpush