@if (Route::has('login'))
@auth Home @else Log in @if (Route::has('register')) Register @endif @endauth
@endif
The area of study is: @foreach( $areaofstudy as $data)

Program: {{ $data->DESC_NEW }} ({{ $data->PROGRAM_CODE }})

Department: {{ $data->DEPT_NAME }}

College: {{ $data->COLL_NAME }}

@endforeach
Laravel v{{ Illuminate\Foundation\Application::VERSION }} (PHP v{{ PHP_VERSION }})