@extends('layouts.backend') @section('title') Landing Images @endsection @section('content')
# | Title | Description | Actions |
---|---|---|---|
{{ $key + 1 }} | {{ $image->title }} | {{ $image->description }} | View |
Page {{ $images->currentPage() }} of {{ (int) ceil($images->total() / $images->perPage()) }}
@endif