@extends('Dashboard/app') @section('main-content')
@php $images = [1,2,3,4,5,6] @endphp
ADD NEW IMAGE(S)
@csrf
{{--
--}}
GALLERY ITEMS

@if ($gallery) @foreach ($gallery as $item)

{{$item->img}}

@endforeach @endif
@csrf
@endsection @section('footer-scripts') @endsection