LIST OF CREATED APPLICATIONS
@foreach ($viewData["selected_applications"] as $application) @endforeach
@if ($viewData["indicateur"]=='id') @if ($viewData["order"]=='DESC') ↓ # @else ↑ # @endif @else # @endif @if ($viewData["indicateur"]=='application_name') @if ($viewData["order"]=='DESC') ↓ Application name @else ↑ Application name @endif @else Application name @endif @if ($viewData["indicateur"]=='storage_repository') @if ($viewData["order"]=='DESC') ↓ Storage repository on {{ env('FTP_HOST') }} server @else ↑ Storage repository on {{ env('FTP_HOST') }} server @endif @else Storage repository on {{ env('FTP_HOST') }} server @endif Last modified date Edit
{{ $application->id }} {{ $application->application_name }} {{ $application->storage_repository }} {{ $application->updated_at }}