@extends('layouts.app') @section('title') Campaign Show @endsection @section('content')

Campaign

Show

@csrf

Summary

Total Recipients: {{count($recipients)}}

Recipients Lists

    @foreach($recipients as $recipient)
  • {{$recipient}}
  • @endforeach

{{$subject}}

@endsection