@extends('frontend.main') @section('title', "Bachelor's & Diploma in Hospitality | TLSHS Programmes") @section('description', "Explore Bachelor's and Diploma degrees in Hospitality Management at The Lalit Suri Hospitality School. Launch your career in hospitality today!") @section('content')
Contact Us

The best phase of your life begins here

The Lalit Suri Hospitality School

Start your career in hospitality with The Lalit Suri Hospitality School, where excellence meets opportunity. Here, you�ll gain the skills and connections to thrive in the global hospitality industry.

@if (count($data) > 0) @php $i = 0; @endphp @foreach ($data as $sub)
@if ($i % 2 == 0)
@if ($i == 2) Contact Us @else @if ($sub->image != '') Contact Us @else Contact Us @endif @endif
@endif
@if (str_contains(strtolower($sub->name), 'b.sc') || str_contains(strtolower($sub->name), 'bachelor') || str_contains(strtolower($sub->slug), 'b-sc')) Degree @elseif (str_contains(strtolower($sub->name), 'diploma')) Diploma @else Certificate / Skill Development @endif

{{ $sub->name }}

{!! $sub->short_description !!} Syllabus of {{ $sub->name }} Contact Us
@if ($i % 2 == 1)
Contact Us
@endif
@php $i++; @endphp @endforeach @endif @endsection