@extends('layouts.dashboard.main') {{-- content --}} @section('content')
@foreach($application_list as $key => $value) @endforeach
@endsection {{-- css --}} @section('css') @stop {{-- js --}} @section('js') @stop