@extends('layouts.main') @section('main-content')
@component('components.applications_list', [ 'applications' => $applications, 'showServiceColumn' => true ]) @endcomponent
@endsection @section('more-scripts') @endsection