@extends('mainlayout.layout')
@section('title')
@endsection
@push('css')
@endpush
@section('content')
Campaign Name
{{$campaign->campaign_name}}
Country Of Operation
{{$campaign->country->country}}
Timezone
{{$campaign->country->timezone}}
Currency
{{$campaign->country->currency}}
Email Communication
{{$campaign->email_communication}}
Date Registered
{{$campaign->created_at->format('Y-m-d')}}
@endsection
@push('scripts')
@endpush