@extends('layouts.appori') @section('title', ' - Rate') @section('content')
{{ __('New Rate') }}
@if ($errors->any())
    @foreach ($errors->all() as $error)
  1. {{ $error }}
  2. @endforeach
@endif
@csrf
%
%
@endsection