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