@extends('layouts.admin') @section('content')
@include('elements.admin-breadcrumb')
@include('elements.alert-error')
@csrf @if (isset($topic)) @method('PUT') @endif
status : 1) == 1 ? 'checked' : '' }}>
is_cheacking_required : 0) ? 'checked' : '' }}>
@if(isset($topic) && $topic->video->count() > 0) @foreach($topic->video as $topicVideo)
@endforeach @else
@endif
@if(isset($topic) && $topic->pdfs->count() > 0) @foreach($topic->pdfs as $topicPdf)
Existing: {{ $topicPdf->pdf_file }}
@endforeach @else
@endif
@foreach (config('translatable.locales') as $locale => $language)
{{-- --}}
@endforeach
Cancel
@endsection @section('scripts') @endsection