@extends('portal.agent.layouts.app') @section('content')
{{--
--}} {{-- Show--}} {{-- --}} {{-- entries--}} {{--
--}} {{-- --}}
{{-- @dd($payments);--}} @foreach($payments as $pay) @foreach($pay->inspection->inspectionDetails as $item) @if( $item->key == "categories") @endif @endforeach @foreach($pay->inspection->inspectionDetails as $item) @if( $item->key == "prices") @endif @endforeach @endforeach
Transaction Id User Name Category Inspection fee Price Range Action
{{$pay->id ?? ''}} {{$pay->inspection->inspectee->name ?? ''}}{{$item->value ?? ''}}{{$pay->inspection_fee ?? ''}}${{$item->value ?? ''}}$ {{-- --}}
@endsection