@extends('layouts.master') @section('title', 'New Offer | Alboosh - Timeless authenticity, born of the desert') @section('title-topbar', __('basic.new offer')) @section('css') @endsection @section('content')
{{ __('basic.dashboard') }} | {{ __('basic.package') }} | {{ __('basic.new offer') . " - " . $package->name }}
{{ __('basic.new offer') . " - " . $package->name }}
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@csrf
@error('type') {{ $message }} @enderror
@error('name') {{ $message }} @enderror
@error('from') {{ $message }} @enderror
@error('to') {{ $message }} @enderror
@error('package_capacity') {{ $message }} @enderror
{{-- new itinerary --}}

{{ __('basic.prices') }}
    @foreach ($services as $key => $item) @if($item->cat == 2) @php $type = __('basic.hotel'); @endphp @elseif($item->cat == 3) @php $type = __('basic.trip'); @endphp @elseif($item->cat == 4) @php $type = __('basic.transporation'); @endphp @elseif($item->cat == 5) @php $type = __('basic.airline'); @endphp @endif
  • {{ $type }}

    {{-- miuns it becuase of the different of type of package wish hotel starts in 1 --}}
    {{ $item->intnerable->name }}

    {{ __('basic.broker') }}

    {{ __('basic.single buy') }}

    {{ __('basic.single sell') }}

    {{ __('basic.double buy') }}

    {{ __('basic.double sell') }}

    {{ __('basic.triple buy') }}

    {{ __('basic.triple sell') }}

    {{ __('basic.quad buy') }}

    {{ __('basic.quad sell') }}

  • @endforeach
{{ __('basic.new itinerary') }}

{{ __('basic.single buy') }}

0

{{ __('basic.single sell') }}

0

{{ __('basic.double buy') }}

0

{{ __('basic.single sell') }}

0

{{ __('basic.triple buy') }}

0

{{ __('basic.single sell') }}

0

{{ __('basic.quad buy') }}

0

{{ __('basic.quad sell') }}

0

@endsection @section('js') @endsection