@extends('frontend::layouts.master') @section('title') @section('style') @endsection @section('content')
@if ($data['list']['data']) @foreach ($data['list']['data'] as $item)

{{ !empty($item['name']) ? $item['name'] : '' }}

@endforeach @endif
@if (!empty($data['list']['pages_total']) && $data['list']['pages_total'] > 1) @endif
@endsection @section('script') @endsection