@extends('layouts.master') @section('title', 'Campaign | Alboosh - Timeless authenticity, born of the desert') @section('title-topbar', __('basic.campaign')) @section('css') @endsection @section('fixedcontent') @if (Session::has('success'))
@endif @endsection @section('content'){{ __('basic.channel') }}: @if($main_item->resource) {{ $main_item->resource->name }} @endif
{{ __('basic.start') }}: {{ date('d M Y', strtotime($main_item->start_at)) }}
{{ __('basic.end') }}: {{ date('d M Y', strtotime($main_item->end_at)) }}
{{ $main_item->budget }}
{{ $main_item->expected_number }}
{{ $main_item->cpc }}
{{ $main_item->cvr }}
@if($main_item->leads) {{ count($main_item->leads) }} @endif