@extends('admin.layout.master') @section('title', 'المستويات') @section('content')

المستويات

إنشاء جديد

@csrf
@if ($errors->has('title')) {{ $errors->first('title') }} @endif
@if ($errors->has('lowest_rang')) {{ $errors->first('lowest_rang') }} @endif
@if ($errors->has('highest_rang')) {{ $errors->first('highest_rang') }} @endif
@if ($errors->has('client_point')) {{ $errors->first('client_point') }} @endif
@if ($errors->has('merchant_point')) {{ $errors->first('merchant_point') }} @endif
@stop