@extends('admin.layouts.master-soyuz') @section('title',__('Remark Review | ')) @section('body') @include('admin.layouts.topbar',$data)
​ ​
@if ($errors->any()) @endif
{{ __('Edit Review') }}
{{csrf_field()}} {{ method_field('PUT') }}

@endsection