@extends('backend.master') @push('styles') @endpush @section('title') {{ $title }} @endsection @section('content') @csrf {{ _trans('common.Book Free Evaluation') }} {{ _trans('common.Book Viewing') }} @foreach($properties as $property) {{ $property->name }} @endforeach {{ _trans('common.Time Slot') }} @foreach($timeslots ?? [] as $time_slot) {{ $time_slot->start_time }} - {{ $time_slot->end_time }} @endforeach {{ _trans('common.Letting') }} {{ _trans('common.Sales') }} @endsection @push('script') @endpush