@extends('components.app') @section('styles') @endsection @section('title') Twilio From Numbers @endsection @section('content')
{{--

Add User

--}}
Placeholder 32x32

Twilio From Numbers

dashboard > Twilio from numbers
@csrf
@error('name') {{ $message }} @enderror
@error('number') {{ $message }} @enderror
@foreach ($data as $item) @endforeach
#id name number created at action
{{$item->id}} {{$item->name}} {{$item->number}} {{$item->created_at}}
@if(!empty($data)) {{ $data->links() }} @endif
Cancel
@endsection @section('scripts') @endsection