{{ __('lang.organization_management') }}

{{-- --}}
@can('add_system') Create @endcan
@can('edit_system', 'delete_system') @endcan @foreach($result as $item) @can('edit_system', 'delete_system') @endcan @endforeach
ID {{ __('lang.name') }} Logo {{ __('lang.contact') }} {{ __('lang.created_at') }}{{ __('lang.action') }}
{{ $item->id }} Logo

{{ $item->hotline }}

{{ $item->email }}

{{ $item->address }}

{{ $item->created_at->format('d/m/Y') }} @include('shared._actions', [ 'entity' => 'organization', 'id' => $item->id ])
{{ $result->links() }}