@extends('admin.template.layout') @section('content')
@if (session('error'))
× {{ session('error') }}
@endif @if (session('success'))
× {{ session('success') }}
@endif
@csrf
title" : '' }}" class="form-control jqv-input" placeholder="Enter Title" required>
subtitle" : '' }}" class="form-control jqv-input" placeholder="Enter Subtitle " required>
button_text" : '' }}" class="form-control jqv-input" placeholder="Enter Button Text">
button_href" : '' }}" class="form-control jqv-input" placeholder="Enter Button Url">
video_link" : '' }}" class="form-control jqv-input" placeholder="Enter Youtube Video Link" required>
@endsection @section('script') {{-- --}} @stop