@extends('front.layout.default_layout') @section('content')

Video Links

@if (count($errors) > 0)
×
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@foreach (['danger', 'warning', 'success', 'info'] as $msg) @if(Session::has('alert-' . $msg))

{{ Session::get('alert-' . $msg) }} ×

@endif @endforeach
@if(isset($user_id)) + Add Video @else + Add Video @endif
@php $i = 1 @endphp @foreach($videos as $data) @php $i++ @endphp @endforeach
S.No Title Link Action
{{$i}}. {{$data->title}} @if(isset($user_id)) @else @endif
@if(isset($user_id)) Back Next @endif @if(isset($user_id)) @else @endif
@stop