@extends('backend.index') @section('content')

My Landing Pages

@foreach($data as $index => $item) @endforeach
Name Type Publish Domain Settings Action
{{ $item->name }} @if(isset($item->template->name)) {{$item->template->name}} @else None @endif @if($item->is_publish) Published @else Not publish @endif @if($item->domain_type == 0) {{$item->sub_domain}} @elseif($item->domain_type == 1) {{$item->custom_domain}} @endif Setting
@endsection