@extends('front.layouts.app') @section('content') @include('front.common.breadcrumb')

{!! __('Gallery') !!}

@if(count($galleries) > 0)
@foreach($galleries as $gallery) @endforeach @else
{!! __('No record found.') !!}
@endif @if(count($galleries) > 0) {{ $galleries->links() }} @endif
@include('front.common.model')
@endsection