@extends('layouts.main') @section('content') @php $protocolData = $protocol->slug; @endphp
Protocol Information - {{ $protocol->name }}
@error('title')
{{ $message }}
@enderror
@if ($protocol->level == 1)
@error('description')
{{ $message }}
@enderror
@error('pdf_file')
{{ $message }}
@enderror
@error('tags')
{{ $message }}
@enderror
@endif @if($protocolLevelOne->video->count() > 0)
@foreach ($protocolLevelOne->video as $video)

{{$video->title}}

Undo
@endforeach
@endif
{{-- @if ($protocol->level == 1) @endif --}}
@endsection @push('script') @endpush