@extends('layouts.app') @section('page-title', 'Contact Info') @section('content')
| Sr No. | Type | Icon | Flag | Country | Name | Address | Phone | Fax | Map Link | Line 1 | Line 2 | Actions | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $contact->type }} |
@if(isset($contact) && $contact->icon)
|
@if(isset($contact) && $contact->flag)
|
{{ $contact->country }} | {{ $contact->name }} | {{ $contact->address }} | {{ $contact->phone }} | {{ $contact->fax }} | {{ $contact->email }} | @if($contact->map_link) View @endif | {{ $contact->info_primary }} | {{ $contact->info_secondary }} | Edit |