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

Safari Manage

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

Add Safari

@csrf

only if you need to update add a new main Image

@foreach ($images as $data) @endforeach

only if you need to update add a new Images

@endsection