@extends('app-new') @push('content-header') @endpush @section('content')
Reset

List

@forelse($organizations as $organization) trashed()) class="table-light" @endif> @empty @endforelse
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
@csrf @method('DELETE')
@else Archived @endif
No organizations found.
@endsection