@extends('layouts.adminapp') @section('title') {{ __('lng.AnnualHouseSubscription') }} - {{ __('lng.Edit') }} @endsection @section('content')
@csrf @method('patch')
{{__('lng.EditAnnualHouseSubscription')}}
@php $DTs = date("Y-m-d",strtotime($AnnualHouseSubscription->date)); @endphp @error('date')
{{ $message }}
@enderror
@error('house_name')
{{ $message }}
@enderror
@error('openingbalance')
{{ $message }}
@enderror
@endsection