@extends('adminlte::page') @section('title', 'View Task') @section('content_header') @stop @section('content')

Task Details

@if ($task->image) @foreach (json_decode($task->image) as $image) Task Image @endforeach @else

No images available

@endif
@stop