@extends('layouts.admin') @section('title') Ananas | Add New Chat @endsection @section('Chats') active {{session('sidebar_color')}} @endsection @section('breadcrumb') @endsection @section('style') @endsection @section('content')
@if(true)
Chat
@csrf
@endif
@endsection @section('footer') @endsection