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

Task Details

@stop @section('content')

Task Details for Task ID: {{ $task->id }}

Back to Task List
@stop