@extends('backend.layout') @section('content')
@if($configs != null) @foreach($configs as $stt => $config) {{-- --}} @endif @endforeach @endif
STT Tên cấu hình Giá trị Kiểu Website Action
{{ ($configs->currentPage() - 1)*$configs->perPage() + $stt + 1 }}{{ $config->name }} @if ($config->type === 'image') @else {{ $config->value }}{{ $config->type }} {{ $config->source }}
@endsection @push('styles') @endpush @push('scripts') @endpush