@extends('layout.app') @section('content')
Chambres ({{ $datas->count() }})   Ajouter
@foreach($datas as $data) @endforeach
Nom Département Prix {!! htmlentities(auth()->user()->company->currency_symbol, ENT_NOQUOTES, 'UTF-8') !!} / Jour Actions
{{ $data->name }} {{ $data->department?$data->department->name:'' }} {{ $data->price }} @if(!$data->hasRelatedRecords()) @endif
@endsection @push('scripts') @endpush