@extends('owners.layout.master') @section('title', 'حجوزات خارج التطبيق') @section('content')

حجوزات خارج التطبيق

إنشاء جديد

@csrf
@if ($errors->has('building_id')) {{ $errors->first('building_id') }} @endif
@if ($errors->has('unit_id')) {{ $errors->first('unit_id') }} @endif
@if ($errors->has('total_price')) {{ $errors->first('total_price') }} @endif
@if ($errors->has('paid_amount')) {{ $errors->first('paid_amount') }} @endif
@if ($errors->has('rest_amount')) {{ $errors->first('rest_amount') }} @endif
@stop