@extends('layouts.app') @section('content')
@if ($errors->any()) @endif
@csrf @include('user::role.partials.form')
@endsection