@extends('layouts.admin') @section('content')
{{ $errors->first('name') }}
{{ trans('cruds.hotel.fields.name_helper') }}
{{ $errors->first('photo') }}
{{ trans('cruds.hotel.fields.photo_helper') }}
{{ $errors->first('address') }}
{{ trans('cruds.hotel.fields.address_helper') }}
{{ $errors->first('description') }}
{{ trans('cruds.hotel.fields.description_helper') }}
{{ $errors->first('rating') }}
{{ trans('cruds.hotel.fields.rating_helper') }}