@extends('apex-layouts.main') @section('content')

Params

Total Params:  {{ $params->total() }}
@foreach($params as $value) @endforeach
id Key Value Active actions
{{$value->id}} {{$value->key}} {{$value->value}} notActive
@method('DELETE') @csrf
@if($params->total() > $params->perPage()) @endif
@endsection @section('scripts') @stop @section('styles') @stop