@extends('layouts.blank') @push('custom_css') {{-- --}} @endpush @section('custom_script') @endsection @section('content')
@if (Route::has('login'))
@auth @if(Auth::check() && Auth::user()->is_first_login == 2)
{{-- Log in --}} Logout
@endif @else Log in @if (Route::has('register')) Register @endif @endauth
@endif
@endsection