@if(count($idd)>0)
@php $i=1; @endphp
@foreach($idd as $idds)
{{$i}}
{{$idds->type_id}}
{{$idds->name}}
@php $i++; @endphp
@endforeach
@else
{{ __('keywords.No data found')}}
@for ($i = 1; $i < 4; $i++)
@endfor
@endif
@endsection
@section('postload-section')
{{-- You must include files that have no direct efect on the load of the page and can be loaded meanwhile other tasks can be performed by user--}}
@endsection