@extends('layouts.master') @section('extraStyle') @endsection @section('content') @include('balde_components.navs.side-bar') @include('balde_components.navs.nav-bar-v2') {{-- main form --}} $market->id])}}"> @csrf {{auth()->user()->name}} > {{__("Leave a review for")}} {{$market->name}} @if ($errors->any()) {{$errors->first()}} @endif {{__("Your Rate")}} 0 {{__("Your review")}} {{__('cancel')}} {{__('Submit review')}} {{-- footer page --}} @include('balde_components.footer') @endsection @section('extraJs') @endsection