@extends('layouts.argon') @section('content') Create and view asset categories! @csrf Save Assets Categories Sr No. Name Actions @php $i = 1; @endphp @foreach ($data as $getdata) {{ $i }} {{ $getdata->name }} @php $i++; @endphp @php $getedit = DB::table('asset_heads')->where('id' , $getdata->id)->first(); @endphp Edit your asset category here! × @csrf Category Title Are you sure to delete this category? × @csrf @endforeach @endsection
{{ $i }}