@extends('layouts.merchant_layout') @section('content')
@if(count($data['banners'])>0)
@if(!empty($data['banners'])) @foreach($data['banners'] as $banner)
@endforeach @endif
@endif
@if(count($data['logo'])>0)
Our Satisfied Clientele
@foreach($data['logo'] as $logo)
-
@endforeach
‹
›
@endif
@if(count($data['customer'])>0)
Features & Benefits
@if(!empty($data['customer']))
@foreach($data['customer'] as $customers)
{{$customers->title}}
{{$customers->content}}
@if($i%3!=0)
@endif
@endforeach
@endif
@endif
@if(count($data['category'])>0)
Vetted Across Industries
@foreach($data['category'] as $cat)
-
@endforeach
@endif
@stop