@extends('admin.layouts.main') @section('title', 'Edit Video') @section('menu', 'Video') @section('content')
@csrf

Edit Video

@if ($errors->has('title')) {{ $errors->first('title') }} @endif
@if ($errors->has('status')) {{ $errors->first('status') }} @endif
@if ($errors->has('page_id')) {{ $errors->first('page_id') }} @endif
Contoh: https://www.youtube.com/embed/kode-video-youtube @if ($errors->has('url')) {{ $errors->first('url') }} @endif

Preview

@endsection @push('js') @endpush