@extends('layouts.admin') @section('content')

Add New Cashier

@csrf
@error('name')

{{ $message }}

@enderror
@error('email')

{{ $message }}

@enderror
@error('password')

{{ $message }}

@enderror

Important Information

• The cashier will use this email and password to login to the POS system

• Cashiers have access only to the POS dashboard and cannot manage products or other cashiers

• Make sure to provide a strong password

Cancel
@endsection