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

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

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

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