@extends('admin.dash_layouts.main') @section('title') {{ 'Dashboard page' }} @endsection @section('content')

Manage Destinations

@if (session()->has('success')) @endif

Destinations list

@foreach ($dest as $dest) @endforeach
Id Destinations Action
{{ $dest->id }} {{ $dest->title }} Edit {{-- Delete --}}
@endsection