@extends('layouts.backend.app') @section('content') @include('layouts.backend.partials.headersection',['title'=>'Payout Accounts'])
@foreach($accounts as $row) @endforeach
{{ __('User Id') }} {{ __('Method Name') }} {{ __('Created At') }} {{ __('Action') }}
#{{ $row->user_id }} {{ strtoupper(str_replace('_info', '', $row->type)) }} {{ $row->created_at->diffforHumans() }}
{{ __('User Id') }} {{ __('Method Name') }} {{ __('Created At') }} {{ __('Action') }}
{{ $accounts->links() }}
@endsection