@extends('admin.layouts.container') @section('content')

{{ $head ?? ''}}

@if($bannervideo ?? '' && $bannervideo->id) @method('PUT') @endif @csrf
{{ meta('show', getCurrentLocale()) ?? __('sliders.show') }}
id) @if($bannervideo->show == 'yes') checked @endif @else checked @endif value="yes"> {{__('products.yes')}}
id) @if($bannervideo->show == 'no') checked @endif @endif value="no"> {{__('products.no')}}
@endsection @section('inner_js') {{-- --}} @endsection