<% layout('./layouts/main') -%>

<section class="content-header">
    <!-- <h1>
        Error Page
    </h1> -->
    <!-- <ol class="breadcrumb">
        <li><a href="/dashboard"><i class="fa fa-dashboard"></i> Home</a></li>
        <li class="active">Error Occured</li>
    </ol> -->
    <!-- <div class="error-page"> -->
    <h1 class="headline text-yellow">
        Unable to resolve the request
        <!-- Page Not Found -->
    </h1>
    <!-- </div> -->
</section>

<!-- Main content -->
<section class="content">
    <div class="error-content">
        <!-- <h3><i class="fa fa-warning text-yellow"></i>Unable to resolve the request</h3> -->

        <p>
            <strong>
                Unfortunately the page you requested was not found. Some of the possible reasons could be:
                <!-- Meanwhile, you may <a href="/dashboard">return to dashboard</a>. -->
            </strong>
        </p>
        <ul>
            <li>The page you were looking for might no longer exist. Please try the options below.</li>
            <li>There was a temporary problem. Please make sure you <a href="" onclick="location.reload(true);">refresh/reload</a> the page your were on before this
                one.</li>
        </ul>

        <p><strong>To navigate to the page you were looking for, please try any one of the
                following:</strong></p>
        <ul>
            <li><a href="/dashboard">Home</a> - To return to Dashboard.</li>
            <li><a href="/hotels">Hotel List</a> - To return to Hotel listing.</li>
            <li><a href="/homestays">Homestay List</a> - To return to Homestay listing.</li>
            <li><a href="/vehicles">Vehicle List</a> - To return to Vehicle listing.</li>
            <li><a href="/equipments">Equipment List</a> - To return to Equipment listing.</li>
            <li><a href="/tour">Tour List</a> - To return to Tour listing.</li>
        </ul>

    </div>
</section>