9 lines
		
	
	
		
			484 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			484 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
@can('create', \App\Models\Role::class)
 | 
						|
    <div class="mb-4">
 | 
						|
        <a href="{{ route('roles.create') }}" class="btn btn-secondary d-inline-flex align-items-center me-2">
 | 
						|
            <svg class="icon icon-xs me-2" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 6v6m0 0v6m0-6h6m-6 0H6"></path></svg>
 | 
						|
            {{ __('Create') }}
 | 
						|
        </a>
 | 
						|
    </div>
 | 
						|
@endcan
 |