@extends('layouts.admin') @section('title') Ananas | Chats @endsection @section('breadcrumb') @endsection @section('Chats') active {{session('sidebar_color')}} @endsection @section('content')
Add New
Order | Question | Action |
---|---|---|
{{$chat->order}} |
@if(strlen($chat->question)<80) {{$chat->question}} @else {{ mb_substr($chat->question,0,75)."..."}}@endif |
editEdit |