@extends('adminlte::page') @section('title', 'Service Icons') @section('content_header')

Service Icons

@stop @section('content')
@csrf
@foreach ($icons as $blg) @endforeach
Icon Name type
{{$blg->icon_name}} {{$blg->section_type}}
@stop