@extends('layouts.reports') @section('content')

{{$title}}

  @foreach ($online_services as $item) @if($item->telephone == "") @else @endif @if($item->email == "") @else @endif @if($item->mailing == "") @else @endif @if($item->payment_mode == "") @else @endif @if($item->hotel == "") @else @endif @if($item->membership_number == "") @else @endif @if($item->paper_title == "") @else @endif @endforeach
S/N Name Location Telephone Email Address Payment mode Hotel Institution Occupation Membership Paper Date
{{$loop->index+1}} {{$item->title}}{{$item->full_name}} {{$item->town}}-{{$item->country}}--{{$item->telephone}}--{{$item->email}}--{{$item->mailing}}--{{$item->payment_mode}}--{{$item->hotel}}{{$item->institution}} {{$item->occupation}}--{{$item->membership_number}}--{{$item->paper_title}}{{Carbon\Carbon::parse($item->created_at)->format('d-m-Y')}}
@endsection