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

Sent Successfully

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

@endif @endsection @section('content')
{{ __("basic.dashboard") }} | {{ __("basic.offers") }}
{{ __("basic.offers") }}
@foreach ($trips as $item) @endforeach
{{ __("basic.package") }} {{ __("basic.type") }} {{ __("basic.broker") }} {{ __("basic.from") }} {{ __("basic.to") }} {{ __("basic.handle") }}
{{ $item->package->name }} @if ($item->type == 1) Customized @elseif ($item->type == 2) Commission @endif @if ($item->debtor) {{ $item->debtor->company_name }} @else {{ __("basic.no broker") }} @endif {{ $item->from_date }} {{ $item->to_date }} {{ __("basic.edit") }}
@endsection @section('js') @endsection