@extends('layouts.backend.app') @section('content') @include('layouts.backend.partials.headersection',['title'=>'Payout Accounts'])
{{ __('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') }} |