@extends('admin::layouts.master') @section('title') Package @endsection @section('breadcrumb') @php $breadcrumbData = [ [ 'title' => 'Package', 'link' => 'null', ], [ 'title' => 'Dashboard', 'link' => route('dashboard'), ], [ 'title' => 'Packages', 'link' => null, ], ]; @endphp @include('admin::layouts.partials.breadcrumb', $breadcrumbData) @endsection @section('content')
S.N | Image | Title | Country | Price | Days | People | Ordering | Actions |
---|---|---|---|---|---|---|---|---|
#{{ $loop->iteration }} |
![]() |
{{ $package->title }} | {{ $package->country->name }} | {{ $package->price }} | {{ $package->duration }} | {{ $package->group_size }} | {{ $package->ordering }} |
|