@extends('layouts.admin') @section('title', 'Destinations') @section('page-title', 'Manage Destinations') @section('content')
| Country | Status | Featured | Actions |
|---|---|---|---|
|
{{ $destination->country_name_en }}
{{ Str::limit($destination->description_en, 60) }}
|
@if($destination->is_active) Active @else Inactive @endif | @if($destination->is_featured) @else @endif | Edit |
|
No destinations found |
|||