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

{{ __('Introduction Section Groups') }}

{{ __('Introduction Section Group List') }}

@foreach ($groups as $key => $group) @endforeach
{{ __('#') }} {{ __('Name') }} {{ __('Intro Sections') }} {{ __('Action') }}
{{ ++$key }} {{ $group->name }} {{ $group->introductionSections->count() }} Add Section Title
@endsection