{{ __('Feature Image Group List') }}
{{ __('#') }} | {{ __('Name') }} | {{ __('Feature Images') }} | {{ __('Action') }} |
---|---|---|---|
{{ ++$key }} | {{ $group->name }} | {{ $group->featureImages->count() }} | Add Feature Images |
@extends('admin.layouts.master') @section('content')
{{ __('#') }} | {{ __('Name') }} | {{ __('Feature Images') }} | {{ __('Action') }} |
---|---|---|---|
{{ ++$key }} | {{ $group->name }} | {{ $group->featureImages->count() }} | Add Feature Images |