@extends('layouts.backend',['page_title'=>'Pages']) @section('title')@parent - {{ trans('product.globals.categories') }} @stop @section('content-header')

Tags

Actions

@if(auth()->user()->role_id == 1 || auth()->user()->can('tags.create')) {{trans('backend.Add New')}} @endif Download Excel xlsx

{{ csrf_field() }} @if(auth()->user()->role_id == 1) حذف الكل @endif

Advanced Serach

@stop @section('content')
@if($tags && count($tags) > 0) @foreach($tags as $key=>$tag) @endforeach @else @endif
{{ trans('backend.fields.name') }} {{ trans('backend.action') }}
{!! $tag->title !!}
@if(auth()->user()->role_id == 1 || auth()->user()->can('tags.edit')) @endif @if(auth()->user()->role_id == 1 || auth()->user()->can('tags.destroy')) id) }}' class="btn btn-danger btn-sm delete" data-toggle="tooltip" title="{{trans('backend.Delete')}}"> @endif
{{trans('backend.no records founded')}}
{{$tags->render()}}
@stop @section('scripts') @stop