@extends('layout') @section('title','Client Edit') @section('content')
@method('PATCH') @csrf
Data Client
*Contoh isi nomor: 62 882 xxxx xxxx
@if (count($user->hotelbycustomer) > 0) List Hotel By This Client @foreach ($user->hotelbycustomer as $key=>$hotel) @endforeach
No. Hotel Address Email
{{$key+1}} {{$hotel->hotel_name}} {{$hotel->address}} {{$hotel->email}}
@endif
Back
@endsection @section('js') {{-- --}} @endsection