@extends('layouts.adminLayouts') @section('head') @stop @section('content-header')

کاربر جدید

{{ Breadcrumbs::render('users.create') }}
@stop @section('content')

اطلاعات کاربر

نقش ها


دسترسی ها

@foreach ($roles as $role)
{{$role->label}}
@endforeach

@stop @section('footer') @stop