@extends('layouts.app') @section('content')

{{__('Types')}}

@foreach($toolTypes as $rbr => $type) @endforeach
{{__("No.")}} {{__("Type")}}
{{($rbr+1).'.'}} {{$type->type}}
@endsection