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

Destination Manage

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

Add Destination

@csrf

only if you need to update add a new main Image

@foreach ($data as $data ) @endforeach

if you want add new images add now

@endsection