@extends('layouts.master') @section('title',__('Landing Pages')) @section('breadcum')
{{__('Do you really want to delete selected item names here? This process cannot be undone.')}}
|
{{__('Image')}} | {{__('Heading')}} | {{__('Details')}} | {{__('Button')}} | {{__('Image Position')}} | {{__('Actions')}} | @if ($landing_pages) @foreach ($landing_pages as $key => $block)
---|---|---|---|---|---|---|
|
@if ($block->image != null) @endif | {{$block->heading}} | {{str_limit($block->detail, 50)}} | @if ($block->button == 1) @if ($block->button_link == 'login') {{$block->button_text}} @elseif ($block->button_link == 'register') {{$block->button_text}} @endif @endif | {{$block->left == 1 ? 'Left' : 'Right'}} |