@extends('layouts.app') @section('title', trans('roles.home.page.title')) @section('content')

@lang('roles.home.page.heading')

@if (auth()->user()->hasPermissionTo('role.add') || auth()->user()->hasRole('super_admin')) @endif
@if (auth()->user()->can('role.delete'))
@endif
@endsection @push('scripts') @endpush