@extends('dashboard.v1.index') @section('title', __('all.clients')) @section('content')

{{__('all.clients')}}

IDENTITY_IMAGE
{{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--

{{__('all.clients_transaction')}}

--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- @foreach($transactions as $row)--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- @if(auth('admin')->user()->can('delete_clients'))--}} {{-- --}} {{-- @endif--}} {{-- @endforeach--}} {{-- --}} {{--
#{{__('all.type')}}{{__('all.amount')}}{{__('all.created_at')}}
{{$i}}--}} {{-- @if($row->amount > 0 )--}} {{-- --}} {{-- @else--}} {{-- --}} {{-- @endif--}} {{-- {{abs($row->amount)}}{{$row->created_at}}
--}} {{--
--}} {{--
--}} @stop