HEX
Server: Apache/2.4.41 (Amazon) OpenSSL/1.0.2k-fips PHP/5.6.40
System: Linux ip-172-31-40-18 4.14.146-93.123.amzn1.x86_64 #1 SMP Tue Sep 24 00:45:23 UTC 2019 x86_64
User: apache (48)
PHP: 5.6.40
Disabled: NONE
Upload Files
File: //var/www/html/punjabcabs/resources/views/fleet/layout/auth.blade.php
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <title>{{ Setting::get('site_title', 'Unicotaxi') }}</title>
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <link rel='stylesheet' href='https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css'>
  <link rel='stylesheet' href='https://cdnjs.cloudflare.com/ajax/libs/typicons/2.0.9/typicons.min.css'>
  <link rel="stylesheet" href="{{url('main/logins/css/style.css')}}">
</head>
<body>
    <div class="container">
    <span class="error" id="msg"></span>
    <div class="topsection">
        <a class="topbutton" href="{{ url('/admin/login') }}">ADMIN LOGIN</a>
        <a class="topbutton" href="{{ url('/dispatcher/login') }}">DISPATCHER LOGIN</a>
        <a class="topbutton active" href="{{ url('/fleet/login') }}">FLEET LOGIN</a>
    </div>
    <div>
        <img src="{{Setting::get('site_logo')}}" alt="">
    </div>
    @yield('content')
    </div> 
    <script  src="{{url('main/logins/js/custom.js')}}"></script>
</body>
</html>