@extends('layouts.backend') @section('title') Landing Images @endsection @section('content')

Landing Images

@foreach ($images as $key => $image) @endforeach {{--
{{ $images->links() }}
@if (count($images) > 0)

Page {{ $images->currentPage() }} of {{ (int) ceil($images->total() / $images->perPage()) }}

@endif
--}}
@endsection @section('scripts') @endsection