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

{{ __('Hotel Category') }}

{{ __('Manage Hotel Category') }}

{{ __('Add New Hotel Category') }}
{{ __('Hotel Category Name') }} {{ __('Hotel Category Code') }} {{ __('Description') }} {{ __('Status') }} {{ __('Action') }}
@endsection @section('scripts') @endsection