@extends('layouts.main') @section('page-style') @endsection @section('page-plugin') @endsection @section('page-script') @endsection @section('content')
@include('layouts.notifications')
< Back
{{$title}}
@foreach($result[0]['campaign_whatsapp_'.$type.'_content'] as $index => $content)
@if($content['content_type'] == 'text')
{{$content['content']}}
@elseif($content['content_type'] == 'image')
@elseif($content['content_type'] == 'file') @php $file = explode('/', $content['content']) @endphp @endif
@endforeach
@endsection