@extends('admin.layout.master') @section('custom_style') @endsection @section('content') @php $updated_message = ""; @endphp
@include('frontdesk.bill_print.common_header') @forelse ($logs as $info) @php $updated_message = $info->createdBy->name. ' at '.date('d-m-Y h:i A', strtotime($info->created_at)); @endphp @if($loop->first)

Created By : {{ $info1->get_posted_by->name ?? "" }} at {{ date('d-m-Y h:i A', strtotime($info1->created_at)) }}

@else

Updated By : {{ $updated_message }}

@endif @include('frontdesk.booking.history_body', ['info'=>$info->log_data]) @empty @php $updated_message = $info1->get_posted_by->name. ' at '.date('d-m-Y h:i A', strtotime($info1->created_at)); @endphp

{{ __('obs.no_edit_history_found') }}

@endforelse

{{ __('obs.current') }} By: {{ $updated_message }}

@include('frontdesk.booking.history_body', ['info'=>$info1])
@include('frontdesk.report.frontdesk_common_report_setup', ['noDivTableDataHolder'=>1, 'noExcel'=>1]) @endsection