@extends('layouts.master-without-nav') @section('title') @lang('translation.signin') @endsection @section('content')
Welcome Back !

Sign in to continue to Web POS.

@csrf
@error('email') {{ $message }} @enderror
@error('password') {{ $message }} @enderror
@php($outlet_list = get_location_list()) @php($location = request()->query('location') ?? "HQ")
@endsection @section('script') @endsection