@extends('includes.main') @section('main-container')

Customers

@if (session()->has('type')) @endif
@forelse ($readings as $reading) {{-- @if ($reading) --}} {{-- @endif --}} @empty @endforelse
Reading Price Date Action
{{ $reading->reading }} {{ $reading->price }} {{ $reading->created_at->format('d-m-Y') }}
id }}> {!! btnDelete('meter.destroy', 'meter_readings', $reading->id) !!}
No record found.
{{-- Pagination --}}
{{-- {!! $customer->links() !!} --}}
@endsection