@extends('layouts.app') @section('page-title')

{{ __($pageTitle) }}

@lang("modules.messages.startConversation")
@endsection @push('head-script') @endpush @section('other-section')
@endsection @section('content')
{{--

@lang("app.menu.messages")

--}}
    {!! Form::open(['id'=>'storechat','class'=>'ajax-form','method'=>'POST']) !!}
    {!! Form::close() !!}
    {{--Ajax Modal--}} {{--Ajax Modal Ends--}} @endsection @push('footer-script') @if (request()->get('user') != "") @endif @section('pusher-event') @endsection @endpush