@extends('backend.layouts.app') @section('breadcrumbs') Gallery @endsection @section('content')
Photo Gallery
@if($records) @foreach ($records as $record) @endforeach @endif
# Picture description Updated @lang('adminLang.actions')
{{$loop->index+1}} @php $count = $record->image @endphp @if($count == 0 ) @lang('adminLang.no-photos') @else {{$count}} @endif {{$record->updated_at->format('d/m/y')}} @lang('adminLang.delete')
@if(count($records) == 0)

@lang('adminLang.not-found')

@lang('adminLang.new') @endif
@endsection @push('css') {{-- --}} @endpush @push('scripts') @endpush