@extends('admin_layout') @section('content')

Details

Labels Contents
ID {{ $object->id }}
Title {{ $object->set_title }}
Key {{ $object->set_key }}
Value {{ $object->set_value }}
Is System ? No
Is Multiple ? No
Status {{ $object->set_status }}
Created At {{ $object->created_at }}
Modified At {{ $object->updated_at }}
@endsection