@extends('admin.layouts.app') @section('main_content')

{{translate($title)}}

@csrf
{{translate('Campaign Information')}}
{{translate("Please Enter a Name")}}
{{translate('Image Size Should Be')}} {{file_path()['campaign_banner']['size']}}
{{translate("Campaign Products Sections")}}
    @foreach($categories as $category) @if(count($category->product) != 0)
  • {{get_translation($category->name)}}
      @foreach($category->product as $product)
    • {{ $product->name}}
    • @endforeach
  • @endif @endforeach
{{translate("Status")}} *
{{translate("Home Page")}}
@endsection @push('script-push') @endpush