@extends('layouts.app_new') @section('title', 'Price') @section('style') @if (app()->getLocale() == 'ar') @else @endif @endsection @section('content')
@foreach ($data as $card) @if($card['price']!=0)
{{ $card['type']->getTitle() }}

{{ __('Total Price') }}: {{ $card['price'] }} {{__("SYP")}}

@foreach ($card['trav_price'] as $date => $val) @endforeach
{{ __('Birth Date') }} {{ __('price') }}
{{$date}} {{$val}}

    {{-- {{dd($card)}} --}} @foreach ($card['type']->details as $dit)
  • {{ $dit->Label()}} : {{ $dit->Content() }}
  • @endforeach
{{__("Order now")}}
@endif @endforeach
{{ __('Details') }} :
@endsection {{-- @section('script') @endsection --}}