@extends('admin-back-end') @section('title', 'Administrar mensajes de chat') @section('breadcrumb', '
  • Dashboard
  • Chat modelo
  • ') @section('content')
    {!! $grid->render() !!}
      
    @stop