@extends('frontend.app') @section('content')
{!! Form::model($reading, ['method' => 'post', 'enctype' => 'multipart/form-data', 'onsubmit' => 'return fileValidation()']) !!}
@if (isset($message))
{{ $message }}
@endif Back to Dashboard

Log your Meter Reading

*Fill the below details to log your meter reading

{!! $errors->first('bp_number', '')!!}
{!! $errors->first('customer_name', '')!!}
{!! $errors->first('email', '')!!}
{{--
{!! $errors->first('previous_reading', '')!!}
{!! $errors->first('previous_reading_date', '')!!}
--}}
{!! $errors->first('applicant_name', '')!!}
{!! $errors->first('meter_reading.*', '')!!}
{!! $errors->first('reason', '')!!}
{!! $errors->first('photograph_date', '')!!}
{!! $errors->first('image', '')!!}
{!! $errors->first('captcha', '')!!}
{!! captcha_img() !!}
{!! Form::close() !!} @endsection @section('styles') @endsection @section('scripts') @parent @endsection