@extends('adminlte::page') @section('title', '権限設定一覧') @section('content_header')
@stop @section('content')
@csrf
@if($positions->count() > 0) @foreach($positions as $position) @endforeach @else @endif
部署 役職 編集
{{ $position->department }} {{ $position->name }} 編集
登録されていません。
@if ($positions->count() > 0)
{{ $positions->appends(request()->query())->links() }}
@endif
@stop @section('js') @stop @section('css') @stop