@extends('layouts.app') @section('title', 'Login') @section('body-class', 'auth-body') @section('content')

Ceyloan POS

by Nexfloit — Professional Point of Sale

@if($errors->any())
{{ $errors->first() }}
@endif @if(session('success'))
{{ session('success') }}
@endif
@csrf
Forgot Password?
{{-- Customer Support --}}
Customer Support
Devinda 076 644 1335 / 071 515 5503
Kalpana 071 915 3554
{{-- Trademark Footer --}}
Ceyloan POS © {{ date('Y') }} Nexfloit
All Rights Reserved. Licensed Software.
@endsection @push('styles') @endpush @push('scripts') @endpush