@extends('layouts.admin') @section('title') @lang('Agent Details') @endsection @section('breadcrumb')

@lang('Agent Details')

@lang('Back')
@endsection @section('content')
@lang('Agent Wallets')

@lang('Agent details')

@csrf
@if (access('update user'))
@endif
@endsection @push('script') @endpush @push('style') @endpush