@extends('layouts.argon') @section('content')
Create and view asset categories!
@csrf

Assets Categories
@php $i = 1; @endphp @foreach ($data as $getdata) @php $i++; @endphp @endforeach
Sr No. Name Actions

{{ $i }}

{{ $getdata->name }}
@endsection