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