@extends('layout.app') @section('title') Dashboard @endsection @section('css') @section('content')

Welcome Back !

Sign in to continue to Vetsoft Reports

@if ( session()->has('success') ) @elseif ( session()->has('warning') )
{{ session()->get('warning') }}
@elseif ( session()->has('info') )
{{ session()->get('info') }}
@elseif ( session()->has('danger') )
{{ session()->get('danger') }}
@endif @yield('login')
@csrf
@error('email') {{ $message }} @enderror
@error('password') {{ $message }} @enderror
@error('password') {{ $message }} @enderror
@if (Route::has('password.request')) {{ __('Forgot your password?') }} @endif

Don't have an account ? Register

Contact no. 021 704 2720

Users accept the standard terms and conditions when logging into the Vetsoft Reports system.

USERS | EIDS

© Vetsoft.

{{--
--}}
{{--
--}}
@endsection