@extends('admin.template') @section('content')
Gestión de Remitentes
# Nombre Número Acciones
@include('admin.senders.modal-register') @include('admin.senders.modals')
@endsection @section('scripts') @include('admin.senders.js-datatable') @include('admin.senders.js-register') @include('admin.senders.js-store') @endsection