@extends('dash') @section('content')

Notice: Undefined variable: activity in /var/www/html/Qudrive/resources/views/activity_status.blade.php on line 5
@if($active_user!=null) @endif @foreach( $data as $data) @if($active_user!=null) @endif @csrf @endforeach
No. Driver Email Phone ID no. LicenseVehicle Plate
1 {{ $data->user_name}} {{ $data->user_email}} {{ $data->user_contact}} {{ $data->user_id_number}} {{ $data->driver_license}}{{ $data->vehicle_plate}}
@endsection