@extends('admin.layout_admin.main') @section('content')
Add new config
@include('admin.layout_admin.alert')
@if($configs -> isNotEmpty()) @foreach ($configs as $va) @endforeach
ID Key Value Active Handle
{{ $va -> id }} {{ $va -> key }} {{ $va -> value }} {!! \App\Helper\Helper::active($va -> active) !!}
@method('DELETE') @csrf
{{ $configs -> links() }} @else

Không có config nào!

ID Key Value Active Handle
@endif @endsection