@extends('layouts.app') @section('page-title', 'Contact Info') @section('content')

Contact Info

Add New
@foreach($contacts as $contact) @endforeach
Sr No. Type Icon Flag Country Name Address Phone Fax Email Map Link Line 1 Line 2 Actions
{{ $loop->iteration }} {{ $contact->type }} @if(isset($contact) && $contact->icon) icon @endif @if(isset($contact) && $contact->flag) flag @endif {{ $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
@csrf @method('DELETE')
@endsection