@extends('admin/layouts/default')
{{-- Page title --}}
@section('title')
Admin
@parent
@stop
{{-- page level styles --}}
@section('header_styles')
@stop
{{-- Page content --}}
@section('content')
{{ $box_one_title }}
{!! $box_one_data !!}
{{ $box_two_title }}
{!! $box_two_data !!}
{{ $box_three_title }}
{!! $box_three_data !!}
{{ $box_four_title }}
{!! $box_four_data !!}
Recent Activity
No |
Card No |
Activity |
Member |
Details |
Time |
1 |
0103844 |
Purchase Ticket |
Laurene Kahema |
Ngao la Jamii |
Sat 2 Oct 10:23 AM |
2 |
063283023 |
Activate Membership |
John Davis |
Branch 384 Magomeni |
Mon 16 Sept 09:32AM |
3 |
0277463 |
Renew Membership |
Hamisi Kibonde |
Branch 3823 |
Thur 23 Feb 12:43PM |
4 |
02353660 |
Buy Product |
John Davis |
Business: June Hardware |
Frid 19 Jan 3:56PM |
@stop
{{-- page level scripts --}}
@section('footer_scripts')
@stop