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

Default Types

Manage
@foreach($signTypes as $index => $signType) @endforeach
# Sign Type Name Action
{{ $index + 1 }} {{ $signType->name }} View
@endsection