@extends('adminlte::page') @section('title', 'Dashboard') @section('content_header')

Test

@stop @section('content')

Prueba de envío

{{ csrf_field() }} @include('admin_panel.partials.fields',['fields'=> [ ['ftype'=>'select','name'=>"Bot",'id'=>"bot_id",'data'=> $bots,'required'=>true,'selected'=>null], ['ftype'=>'input','name'=>"Número", 'id'=>"number", 'placeholder'=>"1155556666", 'required'=>true,'value'=>""], ['ftype'=>'input','name'=>"Texto", 'id'=>"message", 'placeholder'=>"esto es un aprueba", 'required'=>true,'value'=>""], ] ])
@stop @section('css') @stop @section('js') @stop