@extends('layouts.thema') @section('content')
icon

@csrf @foreach($icon as $a) @endforeach
id icon name
{{$loop->iteration}} {{$a->name}}
@endsection