@extends('layouts.admin-layout') @section('title') Add Home Video @endsection @section('content')

Add Home Video

@csrf
@error ('home_video_image') {{$message}} @enderror
Profile Preview
@endsection @section('script') @endsection