Removed icons from buttons
This commit is contained in:
		@@ -4,7 +4,7 @@
 | 
			
		||||
 | 
			
		||||
@section('new_button')
 | 
			
		||||
    @permission('create-banking-accounts')
 | 
			
		||||
        <a href="{{ route('accounts.create') }}" class="btn btn-success btn-sm header-button-top"><span class="fa fa-plus"></span>  {{ trans('general.add_new') }}</a>
 | 
			
		||||
        <a href="{{ route('accounts.create') }}" class="btn btn-success btn-sm">{{ trans('general.add_new') }}</a>
 | 
			
		||||
    @endpermission
 | 
			
		||||
@endsection
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user