@extends('layouts.app') @section('title', 'Flight Date Gap') @section('content')
Default gap: {{ $flightDateGap->gap ?? 'Not set' }} days
This value is used to calculate the minimum booking date before flight departure.
Minimum value is 1 day.