@extends('layouts.master')
@section('styles')
@endsection
@section('content')
@can('dashboard.global')
Recent Transactions
| ID |
User |
Type |
Amount |
Task/Offer |
Time |
@endcan
@endsection
@section('scripts')
@include('layouts.components.common-script')
{{-- @include('layouts.components.common-script') --}}
@can('dashboard.global')
@endcan
@endsection