@extends('adminlte::master') @php $appName = config('app.name'); if ($appName === 'HR - Touch :: Intermodal Tank Transport') { $logo = 'img/itt/ITT_Logo.jpg'; $logAlt = 'Intermodal Tank Transport'; $bgImg = 'img/itt/ITT_Tanks.jpg'; } else { //Bulk Tainer Group $logo = 'img/BTG_logo.png'; $logAlt = 'Bulk Tainer Logistics'; $bgImg = 'img/BTL_Tanks.png'; } $env = config('app.env'); $btnClass = 'btn-primary'; // Default Blue if ($env === 'local') { $btnClass = 'btn-success'; // Green } elseif ($env === 'dev') { $btnClass = 'btn-success'; // Green } elseif ($env === 'release') { $btnClass = 'btn-info'; // Teal/Info } @endphp @section('adminlte_css') @endsection @section('classes_body', 'login-page') @section('body')

Welcome Back

Sign in to access your HR dashboard

@if(session('error')) @endif @if(session('success')) @endif
© {{ date('Y') }} {{ $appName }}
@endsection @section('adminlte_js') @endsection