@extends('panel.layout.app', ['disable_tblr' => true]) @section('title', __('Campaigns')) @section('titlebar_actions') @lang('Add Campaign')

@lang('Create a Campaign')

@lang('Explain your audience aligning with your content and specific goals such as brand awareness, lead generation, education, etc.')

@lang('Add')
@endsection @section('content')
{{ __('ID') }} {{ __('Name') }} {{ __('Target Audience') }} {{ __('Action') }} @foreach ($items as $item) {{ $item->id }} {{ $item->name }} {{ $item->target_audience }} @if ($app_is_demo) @else @endif @endforeach
@endsection @push('script') @endpush