芝麻web文件管理V1.00
编辑当前文件:/home/digitalh/yeahea.digitalhubbd.com/resources/views/admin/category/index.blade.php
@extends('admin.layouts.master') @section('content') <div class="box"> <div class="box-header with-border"> <h3 class="box-title">{{ trans('app.categories') }}</h3> <div class="box-tools pull-right"> @can('create', \App\Models\Category::class) <a href="javascript:void(0)" data-link="{{ route('admin.catalog.category.translate.bulk') }}" class="ajax-modal-btn btn btn-default btn-flat"><em class="fa fa-language"></em> {{ trans('app.bulk_translation_import') }}</a> <a href="javascript:void(0)" data-link="{{ route('admin.catalog.category.create') }}" class="ajax-modal-btn btn btn-new btn-flat">{{ trans('app.add_category') }}</a> @endcan </div> </div> <!-- /.box-header --> <div class="box-body responsive-table"> <table class="table table-hover" id="all-categories-table"> {{-- <table class="table table-hover table-2nd-no-sort"> --}} <thead> <tr> @can('massDelete', \App\Models\Category::class) <th class="massActionWrapper"> <!-- Check all button --> <div class="btn-group "> <button type="button" class="btn btn-xs btn-default checkbox-toggle"> <i class="fa fa-square-o" data-toggle="tooltip" data-placement="top" title="{{ trans('app.select_all') }}"></i> </button> <button type="button" class="btn btn-xs btn-default dropdown-toggle" data-toggle="dropdown" aria-expanded="false"> <span class="caret"></span> <span class="sr-only">{{ trans('app.toggle_dropdown') }}</span> </button> <ul class="dropdown-menu" role="menu"> <li><a href="javascript:void(0)" data-link="{{ route('admin.catalog.category.massTrash') }}" class="massAction " data-doafter="reload"><i class="fa fa-trash"></i> {{ trans('app.trash') }}</a></li> <li><a href="javascript:void(0)" data-link="{{ route('admin.catalog.category.massDestroy') }}" class="massAction " data-doafter="reload"><i class="fa fa-times"></i> {{ trans('app.delete_permanently') }}</a></li> </ul> </div> </th> @else <th> </th> @endcan <th>{{ trans('app.cover_image') }}</th> <th>{{ trans('app.feature_image') }}</th> <th>{{ trans('app.category_name') }}</th> <th>{{ trans('app.parent') }}</th> <th>{{ trans('app.attributes') }}</th> <th>{{ trans('app.products') }}</th> <th>{{ trans('app.listings') }}</th> <th>{{ trans('app.order') }}</th> <th> </th> </tr> </thead> <tbody id="massSelectArea"> </tbody> </table> </div> <!-- /.box-body --> </div> <!-- /.box --> <div class="box collapsed-box"> <div class="box-header with-border"> <h3 class="box-title"> @can('massDelete', \App\Models\Category::class) {!! Form::open(['route' => ['admin.catalog.category.emptyTrash'], 'method' => 'delete', 'class' => 'data-form']) !!} {!! Form::button('<i class="fa fa-trash-o"></i>', ['type' => 'submit', 'class' => 'confirm btn btn-default btn-flat ajax-silent', 'title' => trans('help.empty_trash'), 'data-toggle' => 'tooltip', 'data-placement' => 'right']) !!} {!! Form::close() !!} @else <i class="fa fa-trash-o"></i> @endcan {{ trans('app.trash') }} </h3> <div class="box-tools pull-right"> <button type="button" class="btn btn-box-tool" data-widget="collapse"><i class="fa fa-plus"></i></button> <button type="button" class="btn btn-box-tool" data-widget="remove"><i class="fa fa-remove"></i></button> </div> </div> <!-- /.box-header --> <div class="box-body responsive-table"> <table class="table table-hover table-option"> <thead> <tr> <th>{{ trans('app.category_name') }}</th> <th>{{ trans('app.parent') }}</th> <th>{{ trans('app.deleted_at') }}</th> <th>{{ trans('app.option') }}</th> </tr> </thead> <tbody> @foreach ($trashes as $trash) <tr> <td> <h5>{{ $trash->name }}</h5> @if ($trash->description) <span class="excerpt-td small">{!! Str::limit($trash->description, 150) !!}</span> @endif </td> <td> @if ($trash->subGroup->group->deleted_at) <i class="fa fa-trash-o small"></i> @endif {!! $trash->subGroup->group->name !!} <i class="fa fa-angle-double-right small"></i> @if ($trash->subGroup->deleted_at) <i class="fa fa-trash-o small"></i> @endif {!! $trash->subGroup->name !!} </td> <td>{{ $trash->deleted_at->diffForHumans() }}</td> <td class="row-options"> @can('delete', $trash) <a href="{{ route('admin.catalog.category.restore', $trash->id) }}"><i data-toggle="tooltip" data-placement="top" title="{{ trans('app.restore') }}" class="fa fa-database"></i></a> {!! Form::open(['route' => ['admin.catalog.category.destroy', $trash->id], 'method' => 'delete', 'class' => 'data-form']) !!} {!! Form::button('<i class="glyphicon glyphicon-trash"></i>', ['type' => 'submit', 'class' => 'confirm ajax-silent', 'title' => trans('app.delete_permanently'), 'data-toggle' => 'tooltip', 'data-placement' => 'top']) !!} {!! Form::close() !!} @endcan </td> </tr> @endforeach </tbody> </table> </div> <!-- /.box-body --> </div> <!-- /.box --> @endsection
Page is not found
Oops! Page not found.
Sorry, an error has occured, Requested page not found!
Back To Homepage