@extends('layouts.app') @section('pageStyle') @endsection @section('content')
| # | HCM | Intersection Type | Action |
|---|---|---|---|
| {{ $hcm->id }} | {{ $hcm->name }} | @forelse($hcm->intersections as $intersection) {{ $intersection->name }} @empty @endforelse | @if($title === 'Trashed HCM') Restore @else Delete @endif |