@extends('template.master') @push('styles') @endpush @section('content')

Home Video Management

@if ($message = Session::get('success'))
{{ $message }}
@endif
@csrf
@if($errors->has('video1'))
{{ $errors->first('video1') }}
@endif
@if($errors->has('content1'))
{{ $errors->first('content1') }}
@endif
@if($errors->has('video2'))
{{ $errors->first('video2') }}
@endif
@if($errors->has('content2'))
{{ $errors->first('content2') }}
@endif
@endsection @push('child-scripts') @endpush