@extends('layouts.admin.base-dashboard') @section('title', 'Riwayat Service Saya') @push('style') @endpush @section('content')
✂️ Riwayat Service - {{ ucwords(auth()->user()->name) }}
@if(auth()->user()->hasRole('cashier') || auth()->user()->hasRole('admin') || auth()->user()->hasRole('superadmin')) @endif
Tanggal Service Harga Diskon Subtotal CustomerCapsterApproval
@endsection @push('script') @endpush