@extends('layouts.adminka_master') @section('content') @if(session()->has('message'))
x {{ session()->get('message') }}
@endif @if(session()->has('error'))
x {{ session()->get('error') }}
@endif

Добавление видео

@if ($errors->has('author')) {{ $errors->first('author') }} @endif
@if ($errors->has('title')) {{ $errors->first('title') }} @endif
@if ($errors->has('video')) {{ $errors->first('video') }} @endif
@endsection @section('custom-scripts') @endsection