@extends( 'layouts.app') @section('title') Update Development Charges @stop @section('breadcrumb') @stop @section('content')

Update Development Charges Status


{{csrf_field()}}
@if ($errors->has('unit_number')) {{ $errors->first('unit_number') }} @endif
@if ($errors->has('status')) {{ $errors->first('status') }} @endif
{{-- Sms Notification
--}} {{-- Email Notification --}}
@stop