@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->created_by->name }} at {{ date('d-m-Y h:i A', strtotime($info1->created_at)) }}

@else

Updated By : {{ $updated_message }}

@endif @include('frontdesk.other_hotel.room_purchase.print_body', ['info'=>$info->log_data]) @empty

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

@endforelse

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

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