@extends('layouts.baseAdmin') @section('title', 'Tempah Servis') @section('content') Tempah Servis {{-- Pages --}} Tempah Servis Tempah Servis @csrf Log Keluar New message from Laur 13 minutes ago New album by Travis Scott 1 day credit-card Payment successfully completed 2 days Senarai Tempah Servis {{-- A lightweight, extendable, dependency-free javascript HTML table plugin. --}} ID Nama Servis Tarikh Status Tindakan @foreach ($bookings as $booking) {{ $booking->id }} {{ $booking->user->name }} {{ $booking->service->name }} @if ($booking->subService) ({{ $booking->subService->name }}) @endif {{ $booking->created_at ? $booking->created_at ->format('d/m/Y') : '-' }} {{ $booking->status }} {{-- --}} @endforeach @endsection
13 minutes ago
1 day
2 days
A lightweight, extendable, dependency-free javascript HTML table plugin.