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

Sent Successfully

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

@endif @endsection @section('content')
{{ __('basic.dashboard') }} | {{ __('basic.packages') }}
{{ __('basic.packages') }}
@foreach ($trips as $item) @endforeach
{{ __('basic.image') }} {{ __('basic.destination') }} {{ __('basic.name') }} {{ __('basic.short description') }} {{ __('basic.handle') }}
{{ $item->destination->name }} {{ $item->name }} {{ $item->short_description }} @role('Super-admin|Trip-manager|Operation-manager') @endrole
@endsection @section('js') @endsection