@extends('layouts.app') @section('titlePage', 'Manager Learning Content') @section('content') @push('script') @endpush
{{--
--}}
Create
@include('common.alert')
{{-- --}} @if(count($data) > 0) @foreach ($data as $value) {{-- --}} @endforeach @else @endif
SubjectCode ViewAction Publish Preview
{{ $value->title }}{{ $value->code }}
@csrf
@csrf @if ($value->is_published == 1) @else @endif
Preview
No data to display
{{-- Pagination --}}
@endsection @section('script') @endsection