@extends('layouts.admin_master') @section('page-title') Admin | {{ $page_title }} @endsection @section('page-css') @endsection @section('page-content')
{{ $page_title }}
How to use
@forelse ($settings as $row) @empty @endforelse
Name Status Value Date Modified Action
{{ $row->name }} {{ $row->status }} {{ $row->value }} {{ $row->updated_at }} Edit
No Data
@endsection @section('page-js') @endsection