@extends('layouts.guest') @section('title', 'Hotel Setup') @section('subtitle', 'Configure your hotel profile') @section('content') @include('install._steps', ['step' => 3])
@csrf
Back
@endsection