@extends('layouts.layout-admin') @section('styles') @endsection @section('content')

{{ __('Hotel') }}

{{ __('Manage Hotels') }}

{{ __('Add New Hotel') }}
{{ __('No') }} {{ __('Hotel Code') }} {{ __('Hotel') }} {{ __('Address') }} {{ __('City Name') }} {{ __('Supplier') }} {{ __('Type') }} {{ __('Action') }}
@endsection @section('scripts') @endsection