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

Update Reference No


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