@extends('layouts.master') @section('content')
@foreach($tasks as $task) @endforeach
Task Name Project Assigned To Description File Status Actions
{{ $task->name }} {{ $task->project->name }} {{ $task->assignedEmployee->name }} {{ $task->description }} {{ $task->file_path }}
completed ? 'checked' : '' }}>
@endsection @push('modals') @endpush @push('page-scripts') @endpush