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

التقييم والخصم

تعديل البيانات

@csrf @method('PATCH')
@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