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

Contact Info

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