@extends("layouts.admin.app") @section("page-title") {{__("Edit-Video")}} @endSection @section("page-nav-title")

{{__("Video")}}

{{__("Edit")}}

@endsection @section("content")

{{__("Edit")}}

$video->id])}}" enctype="multipart/form-data"> @csrf @method("put")
type == "image") checked @endif>
type == "video") checked @endif>
@if ($errors->any()) @foreach ($errors->all() as $error)
{{$error}}
@endforeach @endif
@endsection @section("scripts") @endsection