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

{{ trans('backend.roles') }}

@if(auth()->user()->role_id == 1 || auth()->user()->can('roles.create')) {{trans('backend.Add New')}} @endif
@stop @section('content')
@if(1!=1)@endif @if($roles && count($roles) > 0) @foreach($roles as $key=>$role) @if(1!=1)@endif @endforeach @else @endif
{{ trans('backend.fields.name') }} {{ trans('backend.action') }}
{!! $role->name !!}
@if(auth()->user()->role_id == 1 || auth()->user()->can('roles.show')) @endif @if(auth()->user()->role_id == 1 || auth()->user()->can('roles.edit')) @endif
{{trans('backend.no records founded')}}
{{$roles->render()}}
@stop @section('scripts') @stop