@extends('admin.admin') @section('content')

Contact View

Item Value
Email :{{ $contact->email }}
Phone :{{ $contact->phone }}
Location :{{ $contact->location ?? 'NA' }}
Map Link :{{ $contact->map_link ?? 'NA' }}
Opening Hour One :{{ $contact->opening_hour_one ?? 'NA' }}
Opening Hour Two :{{ $contact->opening_hour_two ?? 'NA' }}
@endsection