@extends('portal.user.layouts.app') @section('content')
{{--
--}} {{--
--}} {{-- Show--}} {{-- --}} {{-- entries--}} {{--
--}} {{-- --}} {{--
--}} @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 Agent Name Category Inspection fee Price Range Action
{{$pay->id ?? ''}} {{$pay->inspection->userInspector->name ?? ''}}{{$item->value ?? ''}}{{$pay->inspection_fee ?? ''}}${{$item->value ?? ''}}$ {{-- --}}
{{-- --}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{--
--}} {{--
--}}
@endsection