@extends('adminlte::page') @section('title', 'View Task') @section('content_header') @stop @section('content')
Task Details
Task Name
Task Description
{{ $task->task_description }}
Task Date
Assigned User
Project
Images
@if ($task->image) @foreach (json_decode($task->image) as $image)
@endforeach @else
No images available
@endif
@stop