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

{{$selected_language->data['store_panel_coupons_add'] ?? 'Add Coupons'}}

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

{{csrf_field()}}
*
*
*
*
*
@endsection