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

{{$selected_language->data['store_promo_add'] ?? 'Add Promo Banner'}}

@if(session()->has("MSG")) @endif @if($errors->any()) @include('admin.admin_layout.form_error') @endif
{{csrf_field()}}
@endsection