@extends('layouts.app') @section('pageStyle') @endsection @section('content')

All HCM

@if($title == 'Trashed HCM') All HCMs @else Trashed HCMs @endif
{{ all_errors($errors) }} @include('layouts.flash') @foreach($hcms as $hcm) @endforeach
# 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
@endsection @section('pageScript')