@extends('managers.layout.master') @section('title', 'أكواد الخصم') @section('content')

أكواد الخصم

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

@csrf @method('PATCH')
@if ($errors->has('building_id')) {{ $errors->first('building_id') }} @endif
@if ($errors->has('unit_id')) {{ $errors->first('unit_id') }} @endif
@if ($errors->has('code')) {{ $errors->first('code') }} @endif
@if ($errors->has('status')) {{ $errors->first('status') }} @endif
@if ($errors->has('start_date')) {{ $errors->first('start_date') }} @endif
@if ($errors->has('end_date')) {{ $errors->first('end_date') }} @endif
@if ($errors->has('type')) {{ $errors->first('type') }} @endif
@if ($errors->has('amount')) {{ $errors->first('amount') }} @endif
@stop