@extends("restaurants.layouts.restaurants_layout") @section("restaurant_content")

{{$selected_language->data['store_promo_editbanner'] ?? 'Edit Promo Banner'}}

@if(session()->has("MSG")) @endif @if($errors->any()) @include('admin.admin_layout.form_error') @endif
{{csrf_field()}} @method('PATCH')
is_visible? "checked":null}} id="exampleFormControlSelect1">
@endsection