@extends('layout.with-main') @section('breadcrumbs') @endsection @section('page', 'page__staff-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