@extends('site.layouts.master') @section('title') {{__('site.add review')}} @endsection @section('metatags') @endsection @section('content')

@lang('site.add review')

@if ($errors->any())
@endif @if (session()->has('success'))
@endif
@csrf
@endsection