Pages::first()

Version 4

Return first page from collection.

Return value

Object Page

Example

Get first page in the collection.

$Pages->first();

Full documentation

Get first task of the project -page.

$Task = $Project->tasks->first();