@extends('apex-layouts.main')
@section('content')
Params
Total Params
: {{ $params->total() }}
id |
Key |
Value |
Active |
actions |
@foreach($params as $value)
{{$value->id}} |
{{$value->key}} |
{{$value->value}} |
notActive
|
|
@endforeach
@if($params->total() > $params->perPage())
@endif
@endsection
@section('scripts')
@stop
@section('styles')
@stop