@extends('admin.layout.master') @section('title', "التقييم والرصيد") @section('content')

التقييم والرصيد

{{-- @csrf--}}
@if ($errors->has('country_id')) {{ $errors->first('country_id') }} @endif
@if ($errors->has('class_id')) {{ $errors->first('class_id') }} @endif
@if ($errors->has('amount_from')) {{ $errors->first('amount_from') }} @endif
@if ($errors->has('amount_to')) {{ $errors->first('amount_to') }} @endif
@if ($errors->has('rate_from')) {{ $errors->first('rate_from') }} @endif
@if ($errors->has('rate_to')) {{ $errors->first('rate_to') }} @endif
{{-- @include('admin.layout.message')--}}

التقييم والرصيد

@foreach($rows as $row) @endforeach
# الدولة الفئة الخصم % التقييم من التقييم إلى التحكم
{{$i}} {{$row->country->name['ar']}} {{$row->vehicleClass->name['ar']}} {{$row->amount}} {{$row->rate_from}} {{$row->rate_to}}
@stop