@extends('layouts.admin') @section('css') @endsection @section('content')

TRANSACTIONS / LIST @if(!blank($client)) ({{ $client->email }}) @endif

@if(!blank($client))

Back to User Page

@endif
@include('components.admin.error-message')
@if($type == '')
@else @endif
Time Reference Type Method Amount Status Action
@endsection @section('script') @endsection