@php
use App\CompanyInfo;
$companyinfo = CompanyInfo::where('id' , '1')->first();
@endphp
@extends('layouts.app')
@section('content')
@if( Session::has('error'))
×
Error! {{ Session::get('error') }}
@endif
Sign in
Time Remains
@if( Session::has('success'))
×
{{ Session::get('success') }}
@endif
@endsection
@section('footer-links')
{{-- Sign up --}}
@endsection