@extends('admin.layouts.app')
@section('title', 'Dashboard')
@section('content_header')
Dashboard
@stop
@section('content')
@component('components.card', ['title' => 'Snooker Transaction'])
# |
Date |
Table |
Marker |
Customer |
Amount |
Time |
Type |
{{-- Action | --}}
@endcomponent
@stop
@section('css')
@stop
@section('js')
@stop