@extends('layouts.master') @section('title', 'Package | Alboosh - Timeless authenticity, born of the desert') @section('title-topbar', __('basic.package offers')) @section('css') @endsection @section('fixedcontent') @if (Session::has('success'))

Sent Successfully

{{ Session::get('success') }}

@endif @endsection @section('content')
{{ __('basic.dashboard') }} | {{ __('basic.packages') }} | {{ $package->name . ' ' . __('basic.package offers')}}
{{ $package->name . ' ' . __('basic.package offers')}}
@foreach ($trips as $item) @endforeach
{{ __('basic.package') }} {{ __('basic.catagorey') }} {{ __('basic.supplier') }} {{ __('basic.from') }} {{ __('basic.to') }} {{ __('basic.handle') }}
{{ $item->package->name }} @if ($item->type == 1) {{ __('basic.customized') }} @elseif ($item->type == 2) {{ __('basic.commission') }} @endif @if ($item->debtor) {{ $item->debtor->company_name }} @else {{ __('basic.not selected') }} @endif {{ $item->from_date }} {{ $item->to_date }} @role('Super-admin|Package-manager|Operation-manager') @endrole
@endsection @section('js') @endsection