@extends('layouts.app') @section('title', 'Employees') @section('breadcrumbs') @endsection @section('content')

Employees

Manage your hotel staff and employees

Add Employee
@for ($i = 0; $i < 9; $i++)
Employee

John Doe {{ $i + 1 }}

john.doe{{ $i + 1 }}@hotel.com

Active

Department: Front Desk

Position: Receptionist

Phone: +1 (555) 123-4567

@endfor
@for ($i = 0; $i < 10; $i++) @endfor
Name Department Position Email Status Actions
John Doe {{ $i + 1 }} Front Desk Receptionist john.doe{{ $i + 1 }}@hotel.com Active View Edit

Showing 1 to 10 of 100 results

@endsection