{{ __('Intro Section Group List') }}
{{ __('#') }} | {{ __('Name') }} | {{ __('Sections') }} | {{ __('Action') }} |
---|---|---|---|
{{ ++$key }} | {{ $group->name }} | {{ $group->introSections->count() }} | Add Intro Sections |
@extends('admin.layouts.master') @section('content')
{{ __('#') }} | {{ __('Name') }} | {{ __('Sections') }} | {{ __('Action') }} |
---|---|---|---|
{{ ++$key }} | {{ $group->name }} | {{ $group->introSections->count() }} | Add Intro Sections |