@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
{{ csrf_field() }} {{--
@if ($errors->has('phone')) {{ $errors->first('phone') }} @endif
--}}
{{ csrf_field() }}
  • Forgot password?
  • @endsection @section('footer-links') {{--
  • Sign up
  • --}} @endsection