@extends('layouts.app') @section('title', 'Task Details') @section('page-title', 'Task Details') @section('content')
{{ $task->description }}
You are about to approve: {{ $task->title }}
You are about to reject: {{ $task->title }}