@extends('admin.layouts.app') @section('content')
@if(count($types)) @php $i=0; @endphp @foreach($types as $typ) @endforeach @endif
ID Type Actions
{{ ++$i }} {{ !empty($typ) ? $typ->type : '' }}
@endsection