@extends('front.layout.default_layout') @section('content') Add Video add Video @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 @csrf @if(!empty($user_id)) @endif Title* Youtube video Link* Save Save @stop
{{ Session::get('alert-' . $msg) }} ×