@extends('layouts.dashboard-app') @section('main-content')

Hello, Welcome {{auth()->user()->name}}

Agency

@foreach ($data as $item) @endforeach
Amount Agency ID Added By Action
{{$item->amount}} {{$item->agency_id}} {{$item->user_id}} {{-- --}}
{{-- --}} {{-- --}}
@endsection {{-- @@section('name') --}} {{-- @endsection --}}