!C99Shell v. 2.5 [PHP 8 Update] [24.05.2025]!

Software: Apache. PHP/8.1.30 

uname -a: Linux server1.tuhinhossain.com 5.15.0-151-generic #161-Ubuntu SMP Tue Jul 22 14:25:40 UTC
2025 x86_64
 

uid=1002(picotech) gid=1003(picotech) groups=1003(picotech),0(root)  

Safe-mode: OFF (not secure)

/home/picotech/domains/smabpro.picotech.app/public_html/resources/views/settings/   drwxr-xr-x
Free 29.18 GB of 117.98 GB (24.74%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     create.blade.php (5.35 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
@extends('layouts.main')
@section('content')
<section class="section">
    <div class="section-header">
        <h1 class="d-inline">{{__('Role')}} </h1>
    </div>
    <div class="row">
        <div class="col-md-6">
            <div class="card">
                <div class="card-header">
                    <h4>{{__('Create Role')}} </h4>
                </div>
                {{Form::open(array('url'=>'roles','method'=>'post'))}}
                    <div class="card-body">
                        <div class="form-group">
                            {{Form::label('name',__('Name'))}}
                            {{Form::text('name',null,array('class'=>'form-control','placeholder'=>__('Enter Role Name')))}}
                            @error('name')
                            <span class="invalid-name" role="alert">
                                    <strong class="text-danger">{{ $message }}</strong>
                                </span>
                            @enderror
                        </div>
                        <div class="form-group">
                            @if(!empty($permissions))
                                <h6>{{__('Assign Permission to Roles')}} </h6>
                                <table class="table table-striped mb-0" id="dataTable-1">
                                <thead>
                                <tr>
                                    <th>{{__('Module')}} </th>
                                    <th>{{__('Permissions')}} </th>
                                </tr>
                                </thead>
                                <tbody>
                                @php
                                    $modules=['user','language','account'];
                                @endphp
                                @foreach($modules as $module)
                                    <tr>
                                        <td>{{ ucfirst($module) }}</td>
                                        <td>
                                            @if(in_array('manage '.$module,(array) $permissions))
                                                @if($key = array_search('manage '.$module,$permissions))
                                                    <div class="form-check form-check-inline">
                                                        {{Form::checkbox('permissions[]',$key,false, ['id' =>'permission'.$key])}}
                                                        {{Form::label('permission'.$key,'Manage')}}<br>
                                                    </div>
                                                @endif
                                            @endif
                                            @if(in_array('create '.$module,(array) $permissions))
                                                @if($key = array_search('create '.$module,$permissions))
                                                    <div class="form-check form-check-inline">
                                                        {{Form::checkbox('permissions[]',$key,false, ['id' =>'permission'.$key])}}
                                                        {{Form::label('permission'.$key,'Create')}}<br>
                                                    </div>
                                                @endif
                                            @endif
                                            @if(in_array('edit '.$module,(array) $permissions))
                                                @if($key = array_search('edit '.$module,$permissions))
                                                    <div class="form-check form-check-inline">
                                                        {{Form::checkbox('permissions[]',$key,false, ['id' =>'permission'.$key])}}
                                                        {{Form::label('permission'.$key,'Edit')}}<br>
                                                    </div>
                                                @endif
                                            @endif
                                            @if(in_array('delete '.$module,(array) $permissions))
                                                @if($key = array_search('delete '.$module,$permissions))
                                                    <div class="form-check form-check-inline">
                                                        {{Form::checkbox('permissions[]',$key,false, ['id' =>'permission'.$key])}}
                                                        {{Form::label('permission'.$key,'Delete')}}<br>
                                                    </div>
                                                @endif
                                            @endif
                                        </td>
                                    </tr>
                                @endforeach
                                </tbody>
                            </table>
                             @endif
                        </div>
                    </div>
                    <div class="card-footer">
                        {{Form::submit(__('Create'),array('class'=>'btn btn-primary'))}}
                        <a href="{{ route('roles.index') }}" class="btn btn-danger" >{{__('Cancel')}}</a>
                    </div>
                {{Form::close()}}
            </div>
        </div>
    </div>
</section>
@endsection
<script>

</script>

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ ok ]

:: Make Dir ::
 
[ ok ]
:: Make File ::
 
[ ok ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0036 ]--