@extends('layout.admin_layout') @section('title', $title) @section('body') @section('header', $title) @section('badge') @endsection
@forelse ($dataList as $i => $dataRow) @empty @endforelse
# Key Value Action
{{ ucfirst(str_replace('_', ' ', $dataRow->key)) }}
No data found.
@endsection @push('scripts') @endpush