@extends('Admin.components.layout') @section('title') Test @endsection @section('subtitle') @if (isset($data)) Test @else Add Test @endif @endsection @section('content')
@if ($message = Session::get('success'))
{{ $message }}
@endif
{{ csrf_field() }}
{{-- checklist div --}}
Check List Value
{{-- infopage div --}}
Info Page Clinical Comment
Info Page Clinical Comment Continue on Row
Info Page Clinical Comment Not Continue on Row
Description in English
{{ !empty($InfoNotInRowBadData) ? $InfoNotInRowBadData->des_eng : '' }}
Description in Welsh
{{ !empty($InfoNotInRowBadData) ? $InfoNotInRowBadData->des_welsh : '' }}
@if (count($videoData) == 0)
Video Title In English
Video Title In Other Language
Video Description in English
Video Description in Welsh
Video Id In English
(Input Only Id)
Video Id In Other Language
(Input Only Id)
@else @foreach ($videoData as $key => $value)
@if ($key != 0)
@endif
Video Title In English
Video Title In Other Language
Video Description in English
{{ $value->des_english }}
Video Description in Welsh
{{ $value->des_welsh }}
Video Id In English
(Input Only Id)
Video Id In Other Language
(Input Only Id)
@endforeach
@endif
Add
{{-- video div hide- --}}
Video Title In English
Video Title In Other Language
Video Description in English
Video Description in Welsh
Video Id In English
(Input Only Id)
Video Id In Other Language
(Input Only Id)
@endsection @section('js') @endsection