@extends('layouts.admin') @section('content')
{{ trans('global.edit') }} {{ trans('cruds.lease.title_singular') }}
id]) }}" enctype="multipart/form-data"> @method('PUT') @csrf
{{ trans('global.select_all') }} {{ trans('global.deselect_all') }}
@if($errors->has('applications'))
{{ $errors->first('applications') }}
@endif {{ trans('cruds.lease.fields.application_helper') }}
@if($errors->has('amount_invoiced'))
{{ $errors->first('amount_invoiced') }}
@endif {{ trans('cruds.lease.fields.amount_invoiced_helper') }}
@if($errors->has('property'))
{{ $errors->first('property') }}
@endif {{ trans('cruds.lease.fields.property_helper') }}
@if($errors->has('unit'))
{{ $errors->first('unit') }}
@endif {{ trans('cruds.lease.fields.unit_helper') }}
@if($errors->has('paid'))
{{ $errors->first('paid') }}
@endif {{ trans('cruds.lease.fields.paid_helper') }}
@if($errors->has('paid_at'))
{{ $errors->first('paid_at') }}
@endif {{ trans('cruds.lease.fields.paid_at_helper') }}
@if($errors->has('status'))
{{ $errors->first('status') }}
@endif {{ trans('cruds.lease.fields.status_helper') }}
@endsection