@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('rate_from')) {{ $errors->first('rate_from') }} @endif
@if ($errors->has('rate_to')) {{ $errors->first('rate_to') }} @endif
@if ($errors->has('amount')) {{ $errors->first('amount') }} @endif
@stop @section('scripts') @stop