@extends('layouts.admin.app') @section('content')
{{ __('trans.review.title') }} @yield('title')
@method('put') @csrf
@endsection @section('css') @endsection @section('js') @endsection