@extends('layouts.super-admin-layout') @section('content')
@csrf
@if(count($gallery)) @foreach($gallery as $key) @endforeach @endif
# Image Small Title Big Title Actions
{{ $loop->index +1 }} @if($key->image) @endif {{ $key->small_title }} {{ $key->big_title }}
{{$gallery->links("pagination::bootstrap-4")}}
@endsection