@extends('backend.admin.index') @section('body')

{{$heading}}

@if(count($categories)>0) @endif
Category
@foreach($galleries as $key=>$gallery) @endforeach
SN Image Category Action
{{++$key}} {{$gallery->category->name}}
@endsection @section('script') @endsection