@extends('layout.master',['activePage' => 'agentes', 'menuParent' => 'Catalogos', 'titlePage' => __('Catalogo de agentes')]) @push('plugin-styles') {!! Html::style('assets/css/loader.css') !!} {!! Html::style('assets/css/apps/tickets.css') !!} {!! Html::style('plugins/table/datatable/datatables.css') !!} {!! Html::style('plugins/table/datatable/dt-global_style.css') !!} @endpush @section('content')
{{__('No. Agente')}} {{__('Sucursal')}} {{__('Nombre')}} {{__('Tipo de agente')}} {{__('Correo')}} {{__('Fecha de creación')}}
@endsection @push('plugin-scripts') {!! Html::script('plugins/table/datatable/datatables.js') !!} {!! Html::script('plugins/table/datatable/button-ext/dataTables.buttons.min.js') !!} {!! Html::script('plugins/table/datatable/button-ext/jszip.min.js') !!} {!! Html::script('assets/js/loader.js') !!} @endpush @push('custom-scripts') @endpush