@extends('layouts.app') @section('title')录入-角色@endsection @section('content')
@if(Session::has('successTip'))
{{Session::get('successTip')}}
@endif
@csrf
@error('name') {{ $message }} @enderror
  • @{{ authority.name }}
@error('authority') {{ $message }} @enderror
  • @{{ authority.name }}
  • @{{ authority.name }}
  • @{{ authority.name }}
@endsection @section('lastScript') @endsection