@extends('layouts.dashboard') @section('css') @endsection @section('content')
@if (session('warning'))
  • {{ session('warning') }}
@endif
@slot('table_header') {{ __('Section Name') }} {{ __('Control') }} @endslot @slot('table_body') @foreach ($fields as $item) {{$item->section_name}} {{-- {{$item->field}} --}} @endforeach @endslot @endsection @section('js') @endsection