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());
    }