@extends('admin.layouts.admin') @section('title', 'Logs') @section('content')
| Location | Vehicle Status | Location Text | Student ID | Driver ID | @sortablelink('created_at', 'Created At',['page' => $logs->currentPage()]) |
|---|---|---|---|---|---|
| {{ $log->current_location }} | {{ $log->bus_status }} | {{ $log->location_text }} | {{ $log->student_id }} | {{ $log->driver_id }} | {{ $log->created_at }} |