@extends('admin.layouts.master') @section('title') Daily Learning Goal Manage | @endsection @section('content')
{{ settings()->address }}
{{ settings()->website_email }}
# Id | Title | Description | Status | Image | Action |
---|---|---|---|---|---|
{{ $record->id }} | {{ $record->title }} | {{ $record->description }} | @if ($record->status == 1) Active @else Inactive @endif |
@if($record->image)
|
|
No data found |