@section('js')
{{-- dismiss recording on comment --}}
{{-- on submit post form--}}
{{-- add comment --}}
{{-- delete post --}}
{{-- delete comment --}}
{{-- add post like --}}
@if ($posts->lastPage() > 1)
{{-- Load posts on scroll --}}
@endif
{{-- Collapse commnettext if it's long text --}}
{{-- get post comments users --}}
{{-- get post likes users --}}
{{-- prevent inspect --}}
@if (env('APP_DEBUG') == false)
@endif
@endsection