@extends('admin.master_layout') @section('title') {{ __('translate.Frontend Section') }} @endsection @section('body-header')

{{ __('translate.Frontend Section') }}

{{ __('translate.Manage Content') }} >> {{ __('translate.Frontend Section') }}

@endsection @php @endphp @section('body-content')
@foreach ($sections as $key => $section)
{{ $section['name'] }}
@endforeach
@endsection