@extends('backend.layouts.master') @section('pageTitle') Gallery @endsection @section('extraStyle') @endsection @section('bodyCssClass') @endsection @section('pageContent')

Gallery Images

Images

@foreach($images as $image) @endforeach
{{ $images->links() }}
@endsection @section('extraScript') @endsection