@extends('st::layouts.app') @section('head') @endsection @section('content')
User
{{csrf_field()}}
@if(Auth::user()->can('st_system_user_add'))
@endif
@endsection @section('script') @endsection