@extends('layouts.admin') @section('content')

Data Laporan

@csrf
@foreach($bookings as $record) @if(isset($record->service_name)) @endif @endforeach
Date User Service Price
{{ $record->created_at }} {{ $record->name }} {{ $record->category }} - {{ $record->service_name }} {{ number_format($record->total, 0, '.', '.') }}
@endsection @push('script-alt') @endpush