@extends('admin.layout.master') @section('title', 'المدن') @section('content')

المدن

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

@csrf @method('PATCH')
@if ($errors->has('code')) {{ $errors->first('code') }} @endif
@if ($errors->has('discount_type')) {{ $errors->first('discount_type') }} @endif
@if ($errors->has('discount_amount')) {{ $errors->first('discount_amount') }} @endif
@if ($errors->has('max_discount')) {{ $errors->first('max_discount') }} @endif
@if ($errors->has('use_count')) {{ $errors->first('use_count') }} @endif
@if ($errors->has('start_date')) {{ $errors->first('start_date') }} @endif
@if ($errors->has('end_date')) {{ $errors->first('end_date') }} @endif
@stop