@extends('layouts.app') @section('sidebar') @include('sidebar') @stop @section('content')

IB Wallet Detail

@if(Session::has('success'))
{!! Session::get('success') !!}
@endif
ID Account No. Name Email Phone City Wallet Id Wallet Balance Actions
@endsection @section('script') {{ Html::script('custom/datatables/datatables.bundle.js') }}