@extends('layouts.main.master') @section('title') {{ $detail_service->name }} @endsection @section('description') {{ $detail_service->description }} @endsection @section('image') @php $img = json_decode($detail_service->image); @endphp {{ url('' . $img[0]) }} @endsection @section('css') @endsection @section('js') @endsection @section('content') Enjoy your time in our Hotel with pleasure. {{ $detail_service->name }} @foreach ($img as $key => $item) @if ($key != 0) @endif @endforeach Room Information Area: {{ $detail_service->dientich }} Number people: {{ $detail_service->wc }} Bed : {{ $detail_service->phongngu }} @if ($detail_service->price > 0) {{ number_format($detail_service->price) }} VNĐ @else Price Contact @endif Call hotline Book Room {!! languageName($detail_service->content) !!} 01 // Project Other room @if (count($serviceLq) > 0) @foreach ($serviceLq as $key => $item) @php $imageRoom = json_decode($item->image); @endphp {{ $item->name }} {{ number_format($item->price) }}đ | {{ $item->phongngu }} | {{ $item->dientich }} | {{ $item->wc }} people @endforeach @else Nội dung đang cập nhật... @endif @endsection