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

{{ __($pageTitle) }}

@endsection @push('head-script') @endpush @section('other-section')
@endsection @section('content')
    {!! Form::open(['id'=>'storechat','class'=>'ajax-form','method'=>'POST']) !!}
    @if($upload)
    {{ csrf_field() }}
    @else
    @lang('messages.storageLimitExceed')
    @endif
    {!! Form::close() !!}
    {{--Ajax Modal--}} {{--Ajax Modal Ends--}} @endsection @push('footer-script') @if (request()->get('user') != "") @endif @section('pusher-event') @if ($pusherSettings->message_status != 0) @endif @endsection @endpush