@extends('admin.layouts.master-soyuz') @section('title',__('Add Testimonial | ')) @section('body') @component('admin.component.breadcumb',['thirdactive' => 'active']) @slot('heading') {{ __('Add Testimonial ') }} @endslot @slot('menu1') {{ __('Testimonial ') }} @endslot @slot('menu2') {{ __('Add Testimonial ') }} @endslot @slot('button')
{{ __("Back")}}
@endslot @endcomponent
{{__("Add Testimonial")}}
{{csrf_field()}}
({{__('Please Choose Rating') }})
({{__("Please Choose Client Image")}})
({{__("Please Enter Description")}})


({{__("Please Choose Status")}})
@endsection