@extends('layouts.main') @section('content') @include('partials.breadcrumb', ['breadcrumbTitle' => 'Asset Tabs','parentTitle'=>'Settings','parentUrl'=>'/settings'])
@include('partials.success') @foreach($assetTabs as $tab) @endforeach @foreach($assetTypes as $type) @foreach($assetTabs as $tab) @endforeach @endforeach
# Asset Types {{$tab->name}}
{{$loop->iteration}} {{$type->name}} hasRelationTo($tab) ? 'checked' : '' }}>
    @include('settings.partials.delete-message')
    {{csrf_field()}} @can('Asset Tab Edit')
    @endcan
    @stop @section('help-links') @include('help.help-links',['helpLink'=>config('help-links.help_links.asset_tab'),'helpTitle'=>config('help-links.help_titles.asset_tab')]) @endsection @section('after_scripts') @include('settings.partials.responsive-fixedheader') @stop