@if (auth()->user()->image) Logo @else Logo @endif
@csrf
{{-- post body --}}
Processing record
    @if ($posts->count() > 0) {{-- filter --}}
    Filter
    @endif {{-- post type modal --}} @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