@extends('layouts.app') @section('content')
Add Section
@foreach ($sections as $key => $section) @endforeach
# Name Description Icon Actions
{{ $key + 1 }} {{ $section->name }} {{ $section->description }} @if($section->icon_path) @endif Edit
@csrf @method('DELETE')
@endsection