@extends('panel.layouts.app') @push("head") @endpush @section('body')
@php($counter = 1) @foreach($sms_logs as $list) @endforeach
# Number Sent at
{{$counter++}} {{$list->number}} {{$list->created_at}}
@endsection @push('scripts') @endpush