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