Server : LiteSpeed System : Linux server335.web-hosting.com 4.18.0-553.62.1.lve.el8.x86_64 #1 SMP Mon Jul 21 17:50:35 UTC 2025 x86_64 User : cardxfeb ( 2452) PHP Version : 8.1.34 Disable Function : NONE Directory : /home/cardxfeb/public_html/resources/views/roles/ |
@extends('layouts.app')
@section('title')
{{__('messages.roles')}}
@endsection
@section('content')
<div class="post flex-column-fluid">
@include('flash::message')
<div class="card">
<div class="card-header d-flex border-0 pt-6">
@include('layouts.search-component')
<div class="card-toolbar">
<div class="d-flex justify-content-end">
<a type="button" class="btn btn-primary" href="{{ route('roles.create')}}">
<span class="svg-icon svg-icon-2">
<svg xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink" width="24px"
height="24px" viewBox="0 0 24 24" version="1.1">
<rect fill="#000000" x="4" y="11" width="16" height="2" rx="1"/>
<rect fill="#000000" opacity="0.5"
transform="translate(12.000000, 12.000000) rotate(-270.000000) translate(-12.000000, -12.000000)"
x="4" y="11" width="16" height="2" rx="1"/>
</svg>
</span>
{{__('messages.role.new_role')}}</a>
</div>
</div>
</div>
<div class="card-body pt-0">
@include('roles.table')
@include('layouts.templates.actions')
</div>
</div>
</div>
@endsection