@if (Route::has('login'))
@auth
Home
@else
Log in
@if (Route::has('register'))
Register
@endif @endauth
@endif
Program Name (ID)
Program Department
Program Details
@foreach( $areasofstudy as $data)
{{ $data->DESC_NEW }} ({{ $data->PROGRAM_CODE }})
{{ $data->DEPT_NAME }}
Details
@endforeach
Sponsor
Laravel v{{ Illuminate\Foundation\Application::VERSION }} (PHP v{{ PHP_VERSION }})