@extends('layouts.master') @section('title') {{trans_choice('general.role',2)}} @endsection @section('content')
| {{trans_choice('general.name',1)}} | {{trans('general.slug')}} | {{trans('general.time_limit')}} | {{trans_choice('general.action',1)}} |
|---|---|---|---|
| {{ $key->name }} | {{ $key->slug}} | @if($key->time_limit==1) {{trans_choice('general.yes',1)}} @endif @if($key->time_limit==0) {{trans_choice('general.no',1)}} @endif |
|