{{-- |--------------------------------------------------------------------------- * _ _ __ _ _ _ __ * | | ___ ___ __| | ___| _| | ___ __| | ___ _ __| |__ ___ __|_ | * / __)/ __/ _ \ / _` |/ _ \ || | / _ \/ _` |/ _ \ '__| '_ \ / _ \/ __| | * \__ \ (_| (_) | (_| | __/ || |__| __/ (_| | __/ | | | | | (_) \__ \ | * ( /\___\___/ \__,_|\___| ||_____\___|\__,_|\___|_| |_| |_|\___/|___/ | * |_| |__| |__| ? @date: 2023-05-25 @version 1.0 @project: Okis 3.0 ? @author: Code[Lederhos] ? Stanislaw Lederhos ? mail: codelederhos@gmail.com * $web_development_with_passion = { 'Programmed for the future' }; |--------------------------------------------------------------------------> --}} @php use Carbon\Carbon; use App\Enums\OrderTypeDefinition; use App\Models\Orders_calculation_table; use App\Http\Controllers\OrderController; $order_controller = new OrderController; $all_options_calculation_table = $order_controller->get_all_options_calculation_table(); @endphp @isset ($timeline_items)