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