@extends('authenticated') @section('title', 'Transaction') @section('content')
@include('commons.topbar')

Transaction

Check list or create and update for transactions.

@if($user->role != 'customer')
@endif
@if($user->role != 'customer')
Service Amount Customer Cashier Points Earned Service Done Actions
Fetching data...
@else
Service Amount Customer Cashier Points Earned Service Done
Fetching data...
@endif
@include('commons.modal', ['modal_id'=>'user-modal', 'save_btn_classes' => 'save-user']) @endsection @section('modulescript') @parent @endsection