@extends('layouts.master') @section('content') @include('partials.containers-header')
@lang('Name') | @lang('Abbr') | @lang('Actions') | @foreach($records as $record)
---|---|---|
{{$record->name}} | {{$record->abbr}} | @include('partials.actions-buttons',[ 'model' => $record->data['model'], 'id' => $record->id, 'trashed' => $record->trashed() ]) |