@extends('app-new') @push('content-header')
@endpush @section('content')| Name | Alias | Company | Group | Status | Valid To | Actions |
|---|---|---|---|---|---|---|
| {{ $organization->name }} | {{ $organization->alias }} | {{ $organization->company->name ?? '-' }} | {{ $organization->group->name ?? '-' }} | @if($organization->trashed()) Archived @else {{ ucfirst($organization->status) }} @endif | {{ $organization->valid_to ? $organization->valid_to->format('d M Y') : '-' }} | @if(!$organization->trashed()) Edit @else Archived @endif |
| No organizations found. | ||||||