@extends('admin.layouts.master-soyuz') @section('title',__('Remark Review | ')) @section('body') @component('admin.component.breadcumb',['thirdactive' => 'active']) @slot('heading') {{ __('All Reviews and Ratings') }} @endslot @slot('menu1') {{ __("Review") }} @endslot @slot('menu2') {{ __("Edit Review") }} @endslot @slot('button')
{{ __("Back")}}
@endslot ​ @endcomponent
​ ​
@if ($errors->any()) @endif
{{ __('Edit Review') }}
{{csrf_field()}} {{ method_field('PUT') }}

@endsection