@include('layouts.vas') @if (session('status')) @endif
@if(session()->has('success'))
{{ session('success') }}
@endif
@forelse($projects as $project) @if($project->vas_type == 'ewaas')
{{$project->project_name}}
@if($ewaaspaymentDoneByUser=='1' && $temp_publish_data->ewaas_temp_publish_status =='0') Publish @endif @if($temp_publish_data->ewaas_temp_publish_status =='1' && $ewaaspaymentDoneByUser!='0') Unpublish @endif @if($ewaaspaymentDoneByUser=='0')
@csrf
@endif

@endif @if($project->vas_type == 'elmaas')
{{$project->project_name}}
@if($paymentDoneByUser=='1' && $temp_publish_data->temp_publish_status =='0') Publish @endif @if($temp_publish_data->temp_publish_status =='1' && $paymentDoneByUser!='0') Unpublish @endif @if($paymentDoneByUser=='0')
@csrf
@endif
@endif @empty

No Template Found!

Visit to ERNET's website and go to 'VAS' to choose templates.
@endforelse