@extends('layouts.admin') @section('content')

All Image Categories

@foreach ($ImageCategory as $image_category) @endforeach
No Name Action
{{$loop->iteration}} {{$image_category->name}}
@endsection @section('js') {{-- --}} @endsection