@extends('adminlte::page') @section('title', 'Conversations') @section('content_header')

Conversations

@stop @section('css') @endsection @section('content') @if (session()->has('success'))
{{ session()->get('success') }}
@endif @stop