@extends('admin.layouts') @section('title', 'User Management') @section('header') @endsection @section('content')

Daily Task History

{{-- @foreach ($datatables as $data) @endforeach
S/N Date Video Link Note Time Cover Image Action
{{ $loop->iteration }} {{ $data->date }} {{ $data->video_link }} {{ $data->note }} {{ $data->time }} @if (!empty($data->cover_image)) preview image @else null @endif Edit
--}} @foreach ($datatables as $data) @endforeach
S/N Date Video Link Note Time Cover Image Action
{{ $loop->iteration }} {{ $data->date }} {{ $data->video_link }} {{ $data->note }} {{ $data->time }} @if (!empty($data->cover_image)) preview image @else null @endif Edit
@endsection @section('footer') @endsection