@extends('admin.layouts.app') @section('section')

All Users Payments

{{-- Add User--}}
@foreach($transactions as $tran) {{-- @dd($tran->inspection->inspectee->name)--}} @endforeach
ID Inspection User Inspection Fees Action
{{ $tran->id }} {{ $tran->inspection->inspectee->name ?? '' }} {{ $tran->inspection_fee ?? '' }} -
@endsection @section('script') @endsection