@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')
@endsection @section('script') @endsection