@extends('layouts.app') @section('title', 'Tasks') @section('title-flex')
@endsection @section('content'){{ (in_array($activeFilter, ['archived'])) ? 'Closed' : 'Created' }} | Subject | Request | {{ (!in_array($activeFilter, ['sent'])) ? 'Creator' : 'Assigned to' }} | {{ (!in_array($activeFilter, ['sent', 'archived'])) ? 'Actions' : 'Status' }} |
---|
You have no tasks