Gitamin\Http\Controllers\OwnerController::index PHP Method

index() public method

public index ( $owner )
    public function index($owner)
    {
        return View::make('owner')->withOwner($owner);
    }
OwnerController