@extends('layouts.app') @section('title', $title) @section('content')

{{ $title }}

{{--@include('flash::message')--}}

@lang('labels.campaigns_list')

@if($apps_count > 0)
@if($is_admin)
@endif
@if($is_manager) @else @endif
@lang('labels.buttons.apps') @lang('labels.status.status')@lang('labels.run_price')@lang('labels.run_price')@lang('labels.installs') @lang('labels.created_at') @lang('labels.actions')
@else
@lang('labels.empty.campaigns')
@endif
@endsection @push('scripts') @endpush