{{-- Extends layout --}} @extends('layout.default') {{-- Content --}} @section('content')

Your Campaign Draft
Your Current Campaign.

Letter Management
{{ method_field('DELETE') }} {{csrf_field()}}
Print Locally Send Bulk Mail
{{-- --}} {{-- --}} {{-- Contact {{config('propai.appName')}} --}} {{-- Calculate Price--}} {{--
--}}
{{-- --}} @if(count($lists)>0) @foreach($lists as $item) @php $encrpt_id = Helper::encryptData($item->h_id); $url = route('propertyDetails', ['property_id' => $encrpt_id]); @endphp {{-- --}} @endforeach @else @endif
Sl. Address Agency Listed DateLast Letter Sent Last Date Sent Remove
{{ $item->sl }} {!! nl2br($item->address) !!} {{ $item->agency }} {{ $item->listed_date }}{{ $item->last_letter_sent }} {{ $item->last_date_sent }}
No Campaigns Added
@endsection @section('styles') @endsection {{-- Scripts Section --}} @section('scripts') @endsection