App\Http\Controllers\BlogController::normalIndex PHP 메소드

normalIndex() 공개 메소드

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
리턴 Illuminate\Contracts\View\Factory | Illuminate\View\View
    public function normalIndex()
    {
        return view('front.posts.normalIndex', $this->index());
    }