@extends('backend.layouts.master') @section('pageTitle') Gallery @endsection @section('extraStyle') @endsection @section('bodyCssClass') @endsection @section('pageContent') Gallery Images Dashboard Gallery Images Add New @foreach($images as $image) @endforeach {{ $images->links() }} @endsection @section('extraScript') @endsection