@extends('layouts.contentLayoutMaster') @section('title', 'Meter Readings') @section('vendor-style') {{-- vendor css files --}} @endsection @section('content')

Meter Readings

@if ($success = Session::get('success'))
@endif @if ($errorMessage = Session::get('errorMessage'))
@endif
# Meter No Reading Name Created By Type Date Action
@endsection @section('vendor-script') {{-- vendor files table data --}} @endsection @section('page-script') @endsection