@extends('layouts.admin') @section('title') Ananas | Chats @endsection @section('breadcrumb') @endsection @section('Chats') active {{session('sidebar_color')}} @endsection @section('content')
$id]) }}'" class="icon icon-lg icon-shape bg-gradient-dark shadow-dark text-center border-radius-xl mt-n4 position-absolute"> add

Add New

Chat

Chat table
@foreach($chats as $chat) @endforeach
Order Question Action

{{$chat->order}}

@if(strlen($chat->question)<80) {{$chat->question}} @else {{ mb_substr($chat->question,0,75)."..."}}@endif
editEdit
{{csrf_field()}} {{method_field('DELETE')}}
{{ $chats->links() }}
@endsection