@extends('admin.layout.master')
@section('title', 'General Setting')
@section('content')
Unable to change status. Please try later.
| # |
Name |
Config Value |
Created At |
Actions |
@forelse ($data as $key=>$value)
| {{ $key + 1 }}
|
{{ $value['title'] }} |
{{ $value['config_value'] }} |
{{ date('M d, Y', strtotime($value['created_at'])) }}
|
|
@empty
| No record found... |
@endforelse
@endsection
@push('js')
@endpush