@extends('Common::admin.layout.page') @section('page')

{{ __($title) }}

@if ($canAdd) query()) }}" class="mlink btn btn-success"> {{ __('Add new') }} @endif @if(count($speed_links) > 0) @endif
@foreach ($list as $key => $col_title) @endforeach @if (isset($links)) @foreach ($links as $link) @endforeach @endif @if (isset($switches)) @foreach ($switches as $stitle => $route) @endforeach @endif @if ($canEdit) @endif @if ($canShow) @endif @if ($canDelete) @endif @foreach ($rows as $row) @foreach ($list as $key => $col_title) @php $value = $row->$key; @endphp @if ($key != 'created_at' && !in_array($key , $row->getFillable()) && method_exists($row, explode('_', $key)[0])) @elseif(in_array($key, ['image', 'path'])) @elseif(in_array($key, ['color'])) @else @endif @endforeach @if (isset($links)) @foreach ($links as $link) @endforeach @endif @if (isset($switches)) @foreach ($switches as $stitle => $route) @endforeach @endif @if ($canEdit) @endif @if ($canShow) @endif @if ($canDelete) @endif @endforeach
# {{ $col_title }}{{ __($link['title']) }}{{ __($stitle) }}{{ __('Edit') }}{{ __('Show') }}{{ __('Delete') }}
{{ $loop->iteration }} @if(isset($routeSortList)) @endif {{ $row->getValOfKey($row, $key) }} {!! $value !!} id], request()->query())) }}"> id], request()->query())) }}">
id) }}" method="post" class="action_form remove"> @csrf {{ method_field('delete') }}
@if ($paginate)
    {{ $rows->appends(request()->query())->links() }}
@endif
@stop