@if($smsFunnels->total() > 0 ) @foreach($smsFunnels as $key => $smsFunnel) @endforeach
Picture {{ trans('store.sms_funnel.name') }} sort {{ trans('store.sms_template.status') }} sort {{ trans('messages.actions') }}
@if($smsFunnel->file !='') @endif {{ $smsFunnel->name }} {{ $smsFunnel->status }}
status =='active'? 'checked' : '' }}>
edit delete_outline
@endif
records per page. @if($smsFunnels->total() > 0 ) Showing {{ $smsFunnels->firstItem() }} to {{ $smsFunnels->lastItem() }} of {{ $smsFunnels->total() }} entries @endif
{{ $smsFunnels->appends(array( 'perPage' => $perPage ))->links('vendor.pagination.bootstrap-4') }}