@extends('layouts.app_layout') @section('title') All Assignments @endsection @section('content') @if(session('message'))
Assignment Title | Business Location | Created By | Actions |
---|---|---|---|
{{ $assignment->assignment_title }} |
{{ $assignment->businessLocation->business_name }} |
{{ $assignment->createdPerson->full_name }} |
View Edit Delete |