@extends('layouts.master') @section('title') @lang('translation.Customers') @endsection @section('css') @endsection @section('content') @component('components.breadcrumb') @slot('li_1') Ecommerce @endslot @slot('title') Customers @endslot @endcomponent
@if($zapPages) @foreach ($zapPages as $zapPage) @endforeach @endif
# Slug Title Created At Action
{{ ++$i }} {{ $zapPage->slug }} {{ $zapPage->title }} {{ $zapPage->created_at }}
@endsection @section('script') @endsection