<div class="row">
    <div class="col-md-12">
        <form id="form-gen-invoice">
        <div class="form-group">
            <label>Tháng </label>
            <input type="text" class="form-control" placeholder="" id="month-invoice" name="date"
                   value="{{ \Carbon\Carbon::now()->format('m/Y') }}">
            <input type="hidden" name="hostel_id" value="{{ $hostelId }}">
        </div>
        </form>
    </div>
</div>
