@extends('admin.layout.app') @section('heading', 'Edit Features Section') @section('rightside_button') Features Single @endsection @section('main_content')
@csrf
@if ($row_data->features_video_background)
Current Background
@endif
@endsection