@extends('layouts.full')
{{-- title --}}
@section('title','Login Student')
{{-- vendor scripts --}}
@section('vendor-styles')
@endsection
@php
$today = \Carbon\Carbon::now('Asia/Jakarta');
$isThursday = $today->dayOfWeek == \Carbon\Carbon::THURSDAY;
$isFriday = $today->dayOfWeek == \Carbon\Carbon::FRIDAY;
@endphp
{{-- page scripts --}}
@section('page-styles')
@endsection
@section('content')
System of Quality Development for the Future
{{env('APP_NAME')}}
@endsection
{{-- vendor scripts --}}
@section('vendor-scripts')
@endsection
{{-- page scripts --}}
@section('page-scripts')
@endsection