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

Whale Watching Manage

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

Add Whale Watching

@csrf
@foreach ($images as $data) @endforeach

only if you need to update add a new Images

@endsection