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

{{ $video->title }}

Undo
@endforeach
@endif
{{-- --}}
@endsection @push('script') @endpush @push('tag-script') @endpush