@extends('admin.master_layout')
@section('title')
{{ __('Update Gallery') }}
@endsection
@section('admin-content')
@include('project::utilities.navbar')
| {{ __('SN') }} |
{{ __('Preview') }} |
{{ __('Image') }} |
{{ __('Actions') }} |
@forelse ($gallery as $item)
| {{ $loop->index + 1 }} |
@if ($item->small_image)
@endif
|
|
|
@empty
@endforelse
@endsection
@push('css')
@endpush
@push('js')
@endpush