File manager - Edit - /home/asiatechinc/public_html/bhrhotelsindia.com/modules/User/Views/admin/permission/index.blade.php
Back
@extends('admin.layouts.app') @section('content') <div class="container-fluid"> <div class="d-flex justify-content-between mb20"> <h1 class="title-bar">{{ __('Page')}}</h1> <div class="title-actions"> <a href="{{route('user.admin.permission.create')}}" class="btn btn-primary">{{ __('Add new permission')}}</a> </div> </div> @include('admin.message') <div class="panel"> <div class="panel-title">{{ __('All Permission')}}</div> <div class="panel-body"> <div class="table-responsive"> <table class="table table-hover"> <thead> <tr> <th width="60px"><input type="checkbox" class="check-all"></th> <th>{{ __('Name')}}</th> <th>{{ __('Date')}}</th> </tr> </thead> <tbody> @foreach($rows as $row) <tr> <td><input type="checkbox" name="ids[]" value="{{$row->id}}"></td> <td class="title"> <a href="{{route('user.admin.permission.detail',['id'=>$row->id])}}">{{$row->name}}</a> </td> <td>{{display_date($row->updated_at)}}</td> </tr> @endforeach </tbody> </table> </div> {{$rows->links()}} </div> </div> </div> @endsection
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.03 |
proxy
|
phpinfo
|
Settings