@extends('layouts.app') @section('title', $viewData["title"]) @section('subtitle', $viewData["subtitle"]) @section('content')
LIST OF CREATED SOURCES
@foreach ($viewData["all_sources"] as $source) @endforeach
# Source name Source description Source address Source parameter File format File name application Production Last modification date
{{ $source->get_id() }} {{ $source->get_source_name() }} {{ $source->get_source_description() }} {{ $source->get_source_address() }} {{ $source->get_source_parameter() }} {{ $source->get_file_format() }} {{ $source->get_file_name() }} {{ $source->get_application()->get_application_name() }} {{ $source->get_production() }} {{ $source->get_updated_at() }}
@endsection