@extends('layouts.app') @section('title', __('dashboard.Reservation Details')) @section('page_heading', __('dashboard.Reservation') . ' #' . $reservation->id) @section('content')
{{ __('dashboard.history_no_history_found') }}