@extends('layouts.admin') @push('title', get_phrase('Edit Review')) @push('meta')@endpush @section('content')

{{ get_phrase('Review') }}

{{ get_phrase('Back') }}
@csrf
@endsection