@extends('dashboard.v1.index') @section('title', __('all.hotel_categories')) @section('content')

{{__('all.hotel_categories')}}

@csrf
@if ($errors->has('name_ar')) {{ $errors->first('name_ar') }} @endif
@if ($errors->has('name_en')) {{ $errors->first('name_en') }} @endif
@stop