@extends('layout.default') @section('breadcrumbs') @endsection @section('page', 'page__type--index') @section('main')

{{ __('common.types') }}

@foreach ($types as $type) @endforeach
{{ __('common.position') }} {{ __('common.name') }} {{ __('common.action') }}
{{ $type->position }} {{ $type->name }}
  • {{ __('common.edit') }}
  • @csrf @method('DELETE')
  • @endsection