App\Http\Controllers\BlogController::normalIndex PHP Method

normalIndex() public method

Unlike 'frontIndex', this action used to show normal list of posts and post clicked will be shown in a single page.
public normalIndex ( ) : Illuminate\Contracts\View\Factory | Illuminate\View\View
return Illuminate\Contracts\View\Factory | Illuminate\View\View
    public function normalIndex()
    {
        return view('front.posts.normalIndex', $this->index());
    }