@extends('layouts.app') @section('title', __('master.list')) @section('content')
| {{ __('app.table_no') }} | {{ __('master.title') }} | {{ __('master.description') }} | {{ __('app.action') }} |
|---|---|---|---|
| {{ $mstrCollections->firstItem() + $key }} | {{ $singleMstr->title_link }} | {{ $singleMstr->description }} | @can('view', $singleMstr) {{ link_to_route( 'masters.show', __('app.show'), [$singleMstr], ['id' => 'show-master-' . $singleMstr->id] ) }} @endcan |