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