@extends('admin.layouts.main') @php $page_name = 'Microsite'; @endphp @section('content')
| ID | Company Name | Sub Domain | Logo | Address | Mobile | Contact Person | Created At | Updated At | Actions | |
|---|---|---|---|---|---|---|---|---|---|---|
| {{ $microsite->id }} | {{ $microsite->company_name }} | {{ $microsite->sub_domain }} |
@if ($microsite->logo)
|
{{ $microsite->address }} | {{ $microsite->email }} | {{ $microsite->mobile }} | {{ $microsite->contact_person }} | {{ $microsite->created_at }} | {{ $microsite->updated_at }} | Products Edit |