@extends('layouts.admin') @section('title', 'Edit Youtube Video') @section('page-header')

Youtube List

@endsection {{-- main content --}} @section('content')

Edit Youtube

@csrf @method('PUT')
@error('title')
{{ $message }}
@enderror
@error('sub_title')
{{ $message }}
@enderror
@error('link')
{{ $message }}
@enderror
 
is_active) checked @endif >
 
@endsection {{-- extra css --}} @push('css') {{-- nice check --}} @endpush {{-- extra js --}} @push('js') @endpush